mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
Push the zip files to the release on github
This commit is contained in:
parent
d98273e3b9
commit
34a492443c
10
.github/workflows/publish-agb.yml
vendored
10
.github/workflows/publish-agb.yml
vendored
|
@ -27,4 +27,12 @@ jobs:
|
||||||
run: bash .github/scripts/update-template-repo.sh
|
run: bash .github/scripts/update-template-repo.sh
|
||||||
|
|
||||||
- name: Build the examples
|
- name: Build the examples
|
||||||
run: bash .github/scripts/build-example-gba-files.sh
|
run: bash .github/scripts/build-example-gba-files.sh
|
||||||
|
- name: Upload examples to the release
|
||||||
|
uses: svenstaro/upload-release-action@v2
|
||||||
|
with:
|
||||||
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
file: examples/target/examples.zip
|
||||||
|
asset_name: examples.zip
|
||||||
|
tag: ${{ github.ref }}
|
||||||
|
overwrite: true
|
||||||
|
|
Loading…
Reference in a new issue