mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
change release action
This commit is contained in:
@@ -348,17 +348,15 @@ jobs:
|
|||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
|
|
||||||
- name: Upload artifacts to GitHub Release
|
- name: Upload artifacts to GitHub Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
|
allowUpdates: true
|
||||||
draft: true
|
draft: true
|
||||||
name: ${{ format('v{0}',github.event.inputs.tag) }}
|
name: ${{ format('v{0}',github.event.inputs.tag) }}
|
||||||
body_path: .github/changelog.md
|
tag: ${{ format('v{0}',github.event.inputs.tag) }}
|
||||||
fail_on_unmatched_files: true
|
bodyFile: .github/changelog.md
|
||||||
target_commitish: ${{ github.sha }}
|
artifactErrorsFailBuild: true
|
||||||
make_latest: ${{github.event.inputs.is_latest == 'true' }}
|
commit: ${{ github.sha }}
|
||||||
files: |
|
makeLatest: ${{github.event.inputs.is_latest == 'true'}}
|
||||||
client.zip
|
artifacts: "client.zip,wheels/*,pyinstaller/*,appimage/*"
|
||||||
wheels/**
|
|
||||||
pyinstaller/**
|
|
||||||
appimage/**
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user