Skip to content

Commit

Permalink
Windows release
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasVinicius314 committed Sep 1, 2022
1 parent 08116ef commit e678d76
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,17 @@ jobs:
name: Build-${{ matrix.targetPlatform }}
path: build/${{ matrix.targetPlatform }}

# Windows build zip
- uses: montudor/action-zip@v1
with:
args: zip -qq -r build/StandaloneWindows64.zip build/StandaloneWindows64

# Artifact release
- name: Release with Notes
uses: softprops/action-gh-release@v1
with:
files: build/Android/Android.apk
# files: app/build/outputs/apk/release/app-release-unsigned.apk
files: |
build/Android/Android.apk
build/StandaloneWindows64.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e678d76

Please sign in to comment.