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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: devkitpro/devkitarm:20200528
|
container: devkitpro/devkitarm:20200730
|
||||||
name: "Build with Docker using devKitARM r54"
|
name: "Build with Docker using devKitARM r55"
|
||||||
outputs:
|
outputs:
|
||||||
commit_tag: ${{ steps.make-cias.outputs.commit_tag }}
|
commit_tag: ${{ steps.make-cias.outputs.commit_tag }}
|
||||||
commit_message: ${{ steps.make-cias.outputs.commit_message }}
|
commit_message: ${{ steps.make-cias.outputs.commit_message }}
|
||||||
@ -93,8 +93,7 @@ jobs:
|
|||||||
git stage .
|
git stage .
|
||||||
git commit -m "GodMode9i | $COMMIT_TAG"
|
git commit -m "GodMode9i | $COMMIT_TAG"
|
||||||
git tag v$CURRENT_DATE
|
git tag v$CURRENT_DATE
|
||||||
git push origin master
|
git push origin v$CURRENT_DATE master
|
||||||
git tag v$CURRENT_DATE
|
|
||||||
echo "::set-output name=twlbot_commit::$(git log --format=%H -1)"
|
echo "::set-output name=twlbot_commit::$(git log --format=%H -1)"
|
||||||
- name: Release to TWLBot/Builds
|
- name: Release to TWLBot/Builds
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user