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 3b363c8 commit 09f5003Copy full SHA for 09f5003
.github/workflows/release.yaml
@@ -431,7 +431,7 @@ jobs:
431
ARTIFACT: ${{ matrix.ARTIFACT }}
432
ARCH: ${{ matrix.ARCH }}
433
GHC_VER: ${{ matrix.GHC_VER }}
434
- DISTRO: Ubuntu
+ DISTRO: ${{ matrix.DISTRO }}
435
436
- if: matrix.ARCH == 'ARM64' && matrix.DISTRO == 'Alpine'
437
uses: docker://hasufell/arm64v8-alpine-haskell:3.20
@@ -442,7 +442,7 @@ jobs:
442
443
444
445
446
447
- if: failure()
448
name: Upload artifact
0 commit comments