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
8
.github/workflows/publish-agb.yml
vendored
8
.github/workflows/publish-agb.yml
vendored
|
@ -28,3 +28,11 @@ jobs:
|
|||
|
||||
- name: Build the examples
|
||||
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