Skip to content

Commit 3420c2e

Browse files
authored
Fix static exec build snippet in interactive-release.sh (#6905)
1 parent 3400c4c commit 3420c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/interactive-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ generate-release-notes() {
234234

235235
publish-gh-release() {
236236
for EXEC in uplc pir plc; do
237-
nix build ".#hydraJobs.x86_64-linux.musl64.ghc96.$EXEC"
237+
nix build ".#musl64-$EXEC"
238238
upx -9 ./result/bin/$EXEC -o $EXEC-x86_64-linux-ghc96 --force-overwrite
239239
done
240240
local NOTES_FILE=$(mktemp)

0 commit comments

Comments
 (0)