Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Osiris-Team committed May 20, 2023
1 parent 31ba1fe commit 6d4a527
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uses: svenstaro/[email protected]
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./build/*.*
file: ./desktop/build/*.*
tag: ${{ github.event.inputs.version }}
overwrite: true
file_glob: true
Expand Down Expand Up @@ -106,14 +106,10 @@ jobs:
uses: svenstaro/[email protected]
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./build/*.*
file: ./desktop/build/*.*
tag: ${{ github.event.inputs.version }}
overwrite: true
file_glob: true
- uses: actions/upload-artifact@v3
with:
name: target-mac
path: ./build/

build-linux:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -145,14 +141,10 @@ jobs:
uses: svenstaro/[email protected]
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./build/*.*
file: ./desktop/build/*.*
tag: ${{ github.event.inputs.version }}
overwrite: true
file_glob: true
- uses: actions/upload-artifact@v3
with:
name: target-linux
path: ./build/

build-android:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -191,8 +183,8 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: |
./build/outputs/apk/debug/*.*
./build/outputs/apk/release/*.*
./android/build/outputs/apk/debug/*.*
./android/build/outputs/apk/release/*.*
tag: ${{ github.event.inputs.version }}
overwrite: true
file_glob: true
Expand Down Expand Up @@ -230,7 +222,7 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: |
./build/robovm/*.*
./ios/build/robovm/*.*
tag: ${{ github.event.inputs.version }}
overwrite: true
file_glob: true
Expand Down

0 comments on commit 6d4a527

Please sign in to comment.