Skip to content

Commit 7cea17e

Browse files
committed
Merge branch 'minor-updates-binary-packages' of https://github.com/GrammaticalFramework/gf-core into minor-updates-binary-packages
2 parents 342562a + cfb13b5 commit 7cea17e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-binary-packages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
macos:
8282
name: Build macOS package
8383
strategy:
84+
fail-fast: false
8485
matrix:
8586
ghc: ["9.6"]
8687
cabal: ["3.10"]
@@ -114,7 +115,7 @@ jobs:
114115
- name: Upload artifact
115116
uses: actions/upload-artifact@v4
116117
with:
117-
name: gf-${{ github.event.release.tag_name }}-macos
118+
name: gf-${{ github.event.release.tag_name }}-${{ matrix.os }}
118119
path: dist/gf-*.pkg
119120
if-no-files-found: error
120121

0 commit comments

Comments
 (0)