Skip to content

Commit 1364d86

Browse files
committed
fix: ci.yml
1 parent 4907386 commit 1364d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
exit 1
7575
fi
7676
77-
nix bundle --bundler .# ".#rostra" -o "bins/rostra" && sha256sum "bins/rostra-$BUILD_ID"
77+
nix bundle --bundler .# ".#rostra" -o "bins/rostra-$BUILD_ID" && sha256sum "bins/rostra-$BUILD_ID"
7878
7979
8080
- name: Upload Binaries

0 commit comments

Comments
 (0)