Correct name for restored build artifact

This commit is contained in:
Tom Foster 2024-04-23 09:27:20 +01:00 committed by GitHub
parent 4827be7007
commit baa47f9c6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,7 +94,7 @@ jobs:
- name: Extract build environment
run: |
tar -xzf nix-store.tar.gz -C /
tar -xzf environment.tar.gz -C /
- name: Sync repository
uses: actions/checkout@v4