Skip to content

Commit

Permalink
fix(ci): properly load build command?
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspeedfpv committed Nov 12, 2024
1 parent 0804c63 commit 9422bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build Crawlspace
run: BUILD_COMMAND
run: $BUILD_COMMAND
- uses: actions/upload-artifact@v4
with:
path: ./result/bin/crawlspace

0 comments on commit 9422bbe

Please sign in to comment.