Skip to content

Commit

Permalink
Update pack-mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
polymorphicengine authored Feb 19, 2025
1 parent 337555d commit 5e1d65b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pack-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
run: mkdir build

- name: move executable
run: mv dist-newstyle/build/x86_64-osx/ghc-${{ matrix.ghc }}/zwirnzi-0.1.0.0/x/zwirnzi/build/zwirnzi/zwirnzi build/zwirnzi
run: mv dist-newstyle/build/x86_64-osx/ghc-${{ matrix.ghc }}/zwirnzi-0.1.0.0/x/zwirnzi/build/zwirnzi/zwirnzi build/zwirnzi-macos

- name: Release
uses: softprops/action-gh-release@v1
with:
files: build/zwirnzi
files: build/zwirnzi-macos

0 comments on commit 5e1d65b

Please sign in to comment.