Skip to content

Commit

Permalink
Add banners to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinnegatamante committed Apr 19, 2022
1 parent a13cc32 commit 530bb1d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/compilation.yml
Expand Up @@ -28,6 +28,7 @@ jobs:
run: |
git config --global --add safe.directory /__w/yoyoloader_vita/yoyoloader_vita
git describe --abbrev=6 --dirty --always
zip -9 -r banners.zip banners
mkdir standalone
mkdir standalone_video
mkdir build
Expand Down Expand Up @@ -87,3 +88,9 @@ jobs:
file: launcher/builder.zip
overwrite: true
tag: Nightly
- uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: banners.zip
overwrite: true
tag: Nightly

0 comments on commit 530bb1d

Please sign in to comment.