mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-16 12:47:55 +08:00
fix pre-release archives
commit f644ba7052ccb4247aba4d6a192fb54cd8a2a96e Author: Clément DOUIN <clement.douin@posteo.net> Date: Wed Oct 30 16:30:39 2024 +0100 do not remove share folder commit 00e7148352e1e6aeb8ea6024763d76de3efb64da Author: Clément DOUIN <clement.douin@posteo.net> Date: Wed Oct 30 16:21:35 2024 +0100 upload folder and exe instead of archive
This commit is contained in:
@@ -39,13 +39,10 @@ jobs:
|
||||
run: |
|
||||
nix build -L .#${{ matrix.target }}
|
||||
nix run -L .#${{ matrix.target }} -- --version
|
||||
- name: Upload release artifact (tarball)
|
||||
- name: Upload release artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
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
|
||||
name: "himalaya.${{ matrix.target }}"
|
||||
path: |
|
||||
result/bin/himalaya*
|
||||
result/bin/share
|
||||
|
||||
Reference in New Issue
Block a user