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:
Clément DOUIN
2024-10-30 16:50:15 +01:00
parent fecbae001c
commit 92814d6043
3 changed files with 18 additions and 14 deletions
+5 -8
View File
@@ -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