2 Commits
Author SHA1 Message Date
nicknase27 e4efa28647 Add release uploads to workflow 2026-07-26 11:21:06 +02:00
nicknase27 f681982fe5 add Readme?
Build / build (push) Canceled after 33s
2026-07-26 11:13:58 +02:00
2 changed files with 8 additions and 1 deletions
+8 -1
View File
@@ -37,5 +37,12 @@ jobs:
- name: Collect artifacts
run: |
mkdir artifacts
cp target/x86_64-unknown-linux-gnu/release/ncmprs artifacts/ncmprs-linux
cp target/x86_64-unknown-linux-gnu/release/ncmprs artifacts/ncmprs
cp target/x86_64-pc-windows-gnu/release/ncmprs.exe artifacts/ncmprs.exe
- name: Upload Release
uses: https://gitea.com/actions/release-action@v1
with:
files: |
artifacts/ncmprs
artifacts/ncmprs.exe
View File