We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4907386 commit 1364d86Copy full SHA for 1364d86
.github/workflows/ci.yml
@@ -74,7 +74,7 @@ jobs:
74
exit 1
75
fi
76
77
- nix bundle --bundler .# ".#rostra" -o "bins/rostra" && sha256sum "bins/rostra-$BUILD_ID"
+ nix bundle --bundler .# ".#rostra" -o "bins/rostra-$BUILD_ID" && sha256sum "bins/rostra-$BUILD_ID"
78
79
80
- name: Upload Binaries
0 commit comments