Fix release file collection path in build workflow
All checks were successful
/ release (nightly) (push) Successful in 49s
All checks were successful
/ release (nightly) (push) Successful in 49s
This commit is contained in:
parent
43ce9b58bf
commit
86fc2c236e
2 changed files with 4 additions and 3 deletions
|
@ -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 }}
|
Loading…
Add table
Add a link
Reference in a new issue