mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-16 20:57:53 +08:00
make artifact name unique
This commit is contained in:
@@ -39,8 +39,13 @@ jobs:
|
||||
run: |
|
||||
nix build -L .#${{ matrix.target }}
|
||||
nix run -L .#${{ matrix.target }} -- --version
|
||||
- name: Upload release artifact
|
||||
- name: Upload release artifact (tarball)
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: release
|
||||
path: result
|
||||
name: "himalaya.${{ matrix.target }}.tgz"
|
||||
path: result/himalaya.tgz
|
||||
- name: Upload release artifact (zip)
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "himalaya.${{ matrix.target }}.zip"
|
||||
path: result/himalaya.zip
|
||||
|
||||
Reference in New Issue
Block a user