mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 05:07:55 +08:00
fix upload artifact path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user