mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-21 18:40:19 +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
|
||||
run: |
|
||||
nix run -L .#${{ matrix.target }} -- --version
|
||||
cp result/himalaya* .
|
||||
- name: Upload release artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: release
|
||||
path: |
|
||||
result/himalaya.tgz
|
||||
result/himalaya.zip
|
||||
himalaya.tgz
|
||||
himalaya.zip
|
||||
- name: Save Cargo home
|
||||
uses: actions/cache/save@v4
|
||||
id: cache-cargo-save
|
||||
|
|
Loading…
Reference in a new issue