Skip to content

Commit

Permalink
ci: try to fix macos build (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven authored Feb 3, 2025
1 parent 75de609 commit 8d54432
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/macos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Install libmpv
run: |
brew install mpv
- name: Setup OS version and ARCH
run: |
echo "FUO_MACOS_VERSION=`sw_vers --productVersion`" >> $GITHUB_ENV
- name: Setup DYLD path for macos-arm64
if: matrix.os == 'macos-latest'
run: |
Expand All @@ -54,7 +57,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.FUO_MACOS_VERSION }}-${{ env.RUNNER_ARCH }}.zip
path: dist/FeelUOwnX*.zip
- name: Upload to release page
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 8d54432

Please sign in to comment.