Skip to content

Commit a18ef94

Browse files
fix workflow
1 parent d80e44d commit a18ef94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-linux-bundle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: DeterminateSystems/magic-nix-cache-action@main
1616

1717
- name: Build Linux Bundle
18-
run: nix build .#graphite-bundle.tar.xz && cp ./result ./graphite-bundle.tar.xz
18+
run: nix build .nix#graphite-bundle.tar.xz && cp ./result ./graphite-bundle.tar.xz
1919

2020
- name: Upload Linux Bundle
2121
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)