We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337555d commit 5e1d65bCopy full SHA for 5e1d65b
.github/workflows/pack-mac.yml
@@ -50,9 +50,9 @@ jobs:
50
run: mkdir build
51
52
- 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
+ run: mv dist-newstyle/build/x86_64-osx/ghc-${{ matrix.ghc }}/zwirnzi-0.1.0.0/x/zwirnzi/build/zwirnzi/zwirnzi build/zwirnzi-macos
54
55
- name: Release
56
uses: softprops/action-gh-release@v1
57
with:
58
- files: build/zwirnzi
+ files: build/zwirnzi-macos
0 commit comments