Skip to content

Commit 3d8b3ce

Browse files
committed
Fix release workflow
1 parent a376cf4 commit 3d8b3ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-upload.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,13 @@ jobs:
159159
derivation+="${{ matrix.arch }}"
160160
;;
161161
"x86_64-linux")
162-
derivation+="x86_64-linux.ghc966-x86_64-unknown-linux-musl"
162+
derivation+="x86_64-linux.ghc967-x86_64-unknown-linux-musl"
163163
;;
164164
"aarch64-linux")
165-
derivation+="x86_64-linux.ghc966-aarch64-unknown-linux-musl"
165+
derivation+="x86_64-linux.ghc967-aarch64-unknown-linux-musl"
166166
;;
167167
"win64")
168-
derivation+="x86_64-linux.ghc966-x86_64-w64-mingw32"
168+
derivation+="x86_64-linux.ghc967-x86_64-w64-mingw32"
169169
;;
170170
*)
171171
echo "Unexpected matrix.arch value: ${{ matrix.arch }}"

0 commit comments

Comments
 (0)