Fix release file collection path in build workflow
All checks were successful
/ release (nightly) (push) Successful in 49s

This commit is contained in:
Edgar P. Burkhart 2025-05-14 12:41:40 +02:00
parent 43ce9b58bf
commit 86fc2c236e
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
2 changed files with 4 additions and 3 deletions

View file

@ -23,10 +23,11 @@ jobs:
cp target/release/phenix /tmp/phenix
cp phenix.service /tmp/phenix
cd /tmp/phenix
tar -czf /tmp/phenix_${{ github.ref_name }}.tar.gz .
mkdir -p /tmp/release
tar -czf /tmp/release/phenix_${{ github.ref_name }}.tar.gz .
- name: Make release
uses: actions/forgejo-release@v2.6.0
with:
direction: upload
release-dir: /tmp/release
release-dir: /tmp/phenix
token: ${{ secrets.FORGEJO_TOKEN }}

View file

@ -1,6 +1,6 @@
[package]
name = "phenix"
version = "0.1.1"
version = "0.1.2"
edition = "2024"
[dependencies]