Switch to softprops/action-gh-release
This commit is contained in:
parent
3f482591c8
commit
cf9dbe5897
1 changed files with 6 additions and 3 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
|
@ -118,13 +118,16 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
zip -r tta-linux.zip tta-linux
|
zip -r tta-linux.zip tta-linux
|
||||||
zip -r tta-windows.zip tta-windows
|
zip -r tta-windows.zip tta-windows
|
||||||
mv tta-android tta-app.apk
|
mv tta-android/tta-app.apk tta-android.apk
|
||||||
|
|
||||||
- name: List artifacts again
|
- name: List artifacts again
|
||||||
run: ls -l
|
run: ls -l
|
||||||
|
|
||||||
- name: Create new release
|
- name: Create new release
|
||||||
uses: ncipollo/release-action@v1
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
artifacts: tta-linux.zip,tta-windows.zip,tta-app.apk
|
|
||||||
body: Automated release
|
body: Automated release
|
||||||
|
files: |
|
||||||
|
tta-linux.zip
|
||||||
|
tta-windows.zip
|
||||||
|
tta-android.apk
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue