-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update search code and offset for 13.0.2 * Update for 13.0.3 * test workflow * try changing build commands * Remove root directory from build script * Switch branch of cargo-skyline * Remove test branch
- Loading branch information
Showing
8 changed files
with
12 additions
and
187 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -2,8 +2,8 @@ name: Rust Build | |
|
||
env: | ||
PLUGIN_NAME: 'libparam_hook.nro' | ||
VERSION: 'v13.0.2' | ||
ENV SSL_CERT_FILE: /etc/ssl/certs/ca-certificates.crt | ||
VERSION: 'v13.0.3' | ||
|
||
|
||
on: | ||
push: | ||
|
@@ -28,11 +28,11 @@ jobs: | |
cache-all-crates: true | ||
- name: Install Skyline | ||
run: | | ||
SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt cargo install cargo-skyline | ||
SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt cargo-skyline skyline update-std | ||
- name: Build release NRO | ||
id: build_release | ||
run: RUSTFLAGS=-g cargo-skyline skyline build --release | ||
cargo install --git https://github.com/Raytwo/cargo-skyline --branch std-change --force | ||
cargo-skyline skyline update-std | ||
- name: Build NRO | ||
run: cargo skyline build --release | ||
|
||
- name: Upload plugin artifact | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
|
@@ -44,14 +44,14 @@ jobs: | |
- plugin | ||
steps: | ||
- name: Download all artifacts | ||
uses: actions/download-artifact@v2 | ||
uses: actions/download-artifact@v3 | ||
- name: Display structure of downloaded files | ||
run: ls -R | ||
- name: Upload release | ||
uses: meeDamian/[email protected] | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
prerelease: true | ||
prerelease: false | ||
allow_override: true | ||
gzip: false | ||
tag: ${{env.VERSION}} | ||
|
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,6 +1,6 @@ | ||
[package] | ||
name = "param_hook" | ||
version = "13.0.2" | ||
version = "13.0.3" | ||
authors = ["jugeeya <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 +1 @@ | ||
nightly-2020-04-10 | ||
nightly |
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