mirror of
https://github.com/etkecc/synapse-admin.git
synced 2024-11-21 15:25:22 +03:00
rename release artifact file
This commit is contained in:
parent
8282bb0926
commit
f639a1c9ff
1 changed files with 3 additions and 4 deletions
7
.github/workflows/workflow.yml
vendored
7
.github/workflows/workflow.yml
vendored
|
@ -108,12 +108,11 @@ jobs:
|
|||
path: dist/
|
||||
- name: Prepare release
|
||||
run: |
|
||||
TAG=$(git describe --tags --abbrev=0 || echo "latest")
|
||||
mv dist synapse-admin-$TAG
|
||||
tar chvzf synapse-admin-$TAG.tar.gz synapse-admin-$TAG
|
||||
mv dist synapse-admin
|
||||
tar chvzf synapse-admin.tar.gz synapse-admin
|
||||
- uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
files: synapse-admin-$TAG.tar.gz
|
||||
files: synapse-admin.tar.gz
|
||||
generate_release_notes: true
|
||||
make_latest: "true"
|
||||
draft: false
|
||||
|
|
Loading…
Reference in a new issue