Compare commits
No commits in common. "master" and "v0.13.37" have entirely different histories.
1 changed files with 3 additions and 6 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
|
@ -118,16 +118,13 @@ 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 tta-android.apk
|
mv tta-android tta-app.apk
|
||||||
|
|
||||||
- name: List artifacts again
|
- name: List artifacts again
|
||||||
run: ls -l
|
run: ls -l
|
||||||
|
|
||||||
- name: Create new release
|
- name: Create new release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: ncipollo/release-action@v1
|
||||||
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