Skip to content

Commit

Permalink
ci: try to fix build for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven committed Feb 3, 2025
1 parent 857fc5c commit 8ebf364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: FeelUOwnX-macOS{{ env.DIST_MACOS_VERSION }}-{{ env.DIST_ARCH }.zip
name: FeelUOwnX-macOS${{ env.DIST_MACOS_VERSION }}-${{ env.DIST_ARCH }}.zip
path: dist/FeelUOwnX*.zip
- name: Upload to release page
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 8ebf364

Please sign in to comment.