Skip to content

Commit

Permalink
chore: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
chenfan0 committed Jul 2, 2024
1 parent bcba0c3 commit a2f7b32
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
# if: ${{ runner.os == 'Windows' }}
# run: zip -r fideo-win-${{ env.VERSION }}.zip dist/fideo-${{ env.VERSION }}.exe

# - name: Archive macOS build artifacts (x64)
# if: ${{ runner.os == 'macOS' }}
# run: tar -czf fideo-mac-x64-${{ env.VERSION }}.tar.gz dist/fideo-${{ env.VERSION }}-x64.dmg
- name: Archive macOS build artifacts (x64)
if: ${{ runner.os == 'macOS' }}
run: tar -czf fideo-mac-x64-${{ env.VERSION }}.tar.gz dist/fideo-${{ env.VERSION }}-x64.dmg

# - name: Archive macOS build artifacts (arm)
# if: ${{ runner.os == 'macOS' }}
Expand All @@ -67,7 +67,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: build-mac-x64-${{ env.VERSION }}
path: dist/fideo-${{ env.VERSION }}-x64.dmg
path: fideo-mac-x64-${{ env.VERSION }}.tar.gz

# - name: Upload macOS build artifacts (arm)
# if: ${{ runner.os == 'macOS' }}
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
files: |
dist/fideo-${{ env.VERSION }}-x64.dmg
fideo-mac-x64-${{ env.VERSION }}.tar.gz
tag_name: v${{ env.VERSION }}
# upload_url: ${{ steps.create_release.outputs.upload_url }}
# asset_path: dist/fideo-${{ env.VERSION }}-x64.dmg
Expand Down

0 comments on commit a2f7b32

Please sign in to comment.