mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-24 20:10:23 +00:00
fix upload artifact path
This commit is contained in:
parent
6b2e018ea3
commit
a61ff559e6
1 changed files with 3 additions and 2 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -50,13 +50,14 @@ jobs:
|
||||||
- name: Build release
|
- name: Build release
|
||||||
run: |
|
run: |
|
||||||
nix run -L .#${{ matrix.target }} -- --version
|
nix run -L .#${{ matrix.target }} -- --version
|
||||||
|
cp result/himalaya* .
|
||||||
- name: Upload release artifact
|
- name: Upload release artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: release
|
name: release
|
||||||
path: |
|
path: |
|
||||||
result/himalaya.tgz
|
himalaya.tgz
|
||||||
result/himalaya.zip
|
himalaya.zip
|
||||||
- name: Save Cargo home
|
- name: Save Cargo home
|
||||||
uses: actions/cache/save@v4
|
uses: actions/cache/save@v4
|
||||||
id: cache-cargo-save
|
id: cache-cargo-save
|
||||||
|
|
Loading…
Reference in a new issue