mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Fix GitHub Actions (#66)
This commit is contained in:
parent
96b487781a
commit
574956df5d
7
.github/workflows/building.yml
vendored
7
.github/workflows/building.yml
vendored
@ -15,8 +15,8 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container: devkitpro/devkitarm:20200528
|
||||
name: "Build with Docker using devKitARM r54"
|
||||
container: devkitpro/devkitarm:20200730
|
||||
name: "Build with Docker using devKitARM r55"
|
||||
outputs:
|
||||
commit_tag: ${{ steps.make-cias.outputs.commit_tag }}
|
||||
commit_message: ${{ steps.make-cias.outputs.commit_message }}
|
||||
@ -93,8 +93,7 @@ jobs:
|
||||
git stage .
|
||||
git commit -m "GodMode9i | $COMMIT_TAG"
|
||||
git tag v$CURRENT_DATE
|
||||
git push origin master
|
||||
git tag v$CURRENT_DATE
|
||||
git push origin v$CURRENT_DATE master
|
||||
echo "::set-output name=twlbot_commit::$(git log --format=%H -1)"
|
||||
- name: Release to TWLBot/Builds
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user