Skip to content

Commit

Permalink
maybe this
Browse files Browse the repository at this point in the history
  • Loading branch information
tumble1999 committed Apr 22, 2024
1 parent 8341f44 commit 93970f3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,15 @@ jobs:
if: matrix.target == 'WebGL'
with:
path: "build/WebGL/gwc"

- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "GWC"
files: build/${{matrix.target}}${{ matrix.target == 'Android' && '/gwc.apk' || matrix.target == 'WebGL' && '/gwc' || '' }}

gh-pages:
name: GitHub Pages
if: github.ref == 'refs/heads/develop'
Expand Down

0 comments on commit 93970f3

Please sign in to comment.