Skip to content

Commit

Permalink
fix upload artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Sep 17, 2024
1 parent 6b2e018 commit a61ff55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a61ff55

Please sign in to comment.