Skip to content

Commit 5e1d65b

Browse files
Update pack-mac.yml
1 parent 337555d commit 5e1d65b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pack-mac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
run: mkdir build
5151

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

5555
- name: Release
5656
uses: softprops/action-gh-release@v1
5757
with:
58-
files: build/zwirnzi
58+
files: build/zwirnzi-macos

0 commit comments

Comments
 (0)