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 d80e44d commit a18ef94Copy full SHA for a18ef94
1 file changed
.github/workflows/build-linux-bundle.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: DeterminateSystems/magic-nix-cache-action@main
16
17
- name: Build Linux Bundle
18
- run: nix build .#graphite-bundle.tar.xz && cp ./result ./graphite-bundle.tar.xz
+ run: nix build .nix#graphite-bundle.tar.xz && cp ./result ./graphite-bundle.tar.xz
19
20
- name: Upload Linux Bundle
21
uses: actions/upload-artifact@v4
0 commit comments