Skip to content

Commit

Permalink
Fix artifact name in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Apr 29, 2024
1 parent c899303 commit f38c81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
artifact: flake-checker-X64-Linux
- nix-system: x86_64-linux
runner: ubuntu-22.04
artifact: flake-checker-ARM64-linux
artifact: flake-checker-ARM64-Linux
steps:
- name: git checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit f38c81d

Please sign in to comment.