mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-12 21:06:23 +02:00
Correct name for restored build artifact
This commit is contained in:
parent
4827be7007
commit
baa47f9c6d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -94,7 +94,7 @@ jobs:
|
||||||
|
|
||||||
- name: Extract build environment
|
- name: Extract build environment
|
||||||
run: |
|
run: |
|
||||||
tar -xzf nix-store.tar.gz -C /
|
tar -xzf environment.tar.gz -C /
|
||||||
|
|
||||||
- name: Sync repository
|
- name: Sync repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Add table
Reference in a new issue