Skip to content

Commit

Permalink
Merge pull request #116 from DeterminateSystems/fix-artifact-name
Browse files Browse the repository at this point in the history
Fix artifact name in build workflow
  • Loading branch information
lucperkins authored Apr 29, 2024
2 parents c899303 + f38c81d commit 358b3de
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 358b3de

Please sign in to comment.