forked from Tacoman369/MM3D-Randomizer-Dev
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump actions version to avoid deprecation. * Update subrepo, update actions * Remove Tycoon wallet as it is not yet implemented. * Attempt to fix broken build issue. * Update mm3dr repo to fix broken get items. * Update version. * Update mm3dr repo one last time.
- Loading branch information
1 parent
35f3e7a
commit 6128a66
Showing
5 changed files
with
17 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,13 @@ on: | |
pull_request: | ||
|
||
jobs: | ||
format: | ||
name: Verify Formatting | ||
runs-on: ubuntu-latest | ||
# format: | ||
# name: Verify Formatting | ||
# runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout Project | ||
uses: actions/checkout@v3 | ||
# steps: | ||
# - name: Checkout Project | ||
# uses: actions/checkout@v4 | ||
|
||
# - name: Format Project | ||
# uses: DoozyX/[email protected] | ||
|
@@ -23,11 +23,12 @@ jobs: | |
name: Confirm Compilable | ||
runs-on: ubuntu-latest | ||
container: | ||
image: ghcr.io/z3dr/randotools:latest | ||
image: ghcr.io/z3dr/randotools:next | ||
options: --user 1001 | ||
|
||
steps: | ||
- name: Checkout Project | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4.1.7 | ||
with: | ||
submodules: true | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Project | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@v4.1.7 | ||
with: | ||
fetch-depth: 0 | ||
- name: Get Last Nightly Commit and Private Key | ||
|
@@ -34,7 +34,7 @@ jobs: | |
- name: Generate changelog | ||
id: changelog | ||
uses: metcalfc/[email protected].0 | ||
uses: metcalfc/[email protected].1 | ||
with: | ||
myToken: ${{ secrets.GITHUB_TOKEN }} | ||
base-ref: ${{ env.last_nightly }} | ||
|
@@ -47,11 +47,12 @@ jobs: | |
name: Build CIA and 3DSX Files | ||
runs-on: ubuntu-latest | ||
container: | ||
image: ghcr.io/z3dr/randotools:latest | ||
image: ghcr.io/z3dr/randotools:next | ||
options: --user 1001 | ||
|
||
steps: | ||
- name: Checkout Project | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@v4.1.7 | ||
with: | ||
submodules: true | ||
|
||
|
Submodule Z3DR
updated
43 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#pragma once | ||
|
||
#define RANDOMIZER_VERSION "v1.3.4" | ||
#define RANDOMIZER_VERSION "v1.4.0" | ||
#define COMMIT_NUMBER "develop" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters