Skip to content

Commit

Permalink
ci: try to fix build (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven authored Feb 3, 2025
1 parent d997916 commit 857fc5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
macos_version=`sw_vers -productVersion`
cd dist/ && zip FeelUOwnX-macOS${macos_version}-${arch}.zip -r FeelUOwnX.app/
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: FeelUOwnX-macOS{{ env.DIST_MACOS_VERSION }}-{{ env.DIST_ARCH }.zip
path: dist/FeelUOwnX*.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
ls dist/
powershell Compress-Archive dist/FeelUOwn dist/FeelUOwn-windows.zip
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: FeelUOwn-windows.zip
path: dist/FeelUOwn-windows.zip
Expand Down

0 comments on commit 857fc5c

Please sign in to comment.