Merge pull request #116 from DeterminateSystems/fix-artifact-name

Fix artifact name in build workflow
This commit is contained in:
Luc Perkins 2024-04-29 15:45:51 -03:00 committed by GitHub
commit 358b3de4d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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