Skip to content

Commit

Permalink
Update rust_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jugeeya authored Aug 20, 2021
1 parent b605a0b commit 5bcc6b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:

jobs:
plugin:
env:
PLUGIN_NAME: results_screen
runs-on: ubuntu-latest
container:
image: jugeeya/cargo-skyline:2.1.0
Expand All @@ -23,7 +25,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: plugin
path: target/aarch64-skyline-switch/release/libnn_hid_hook.nro
path: target/aarch64-skyline-switch/release/lib${{env.PLUGIN_NAME}}.nro
upload:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
Expand All @@ -44,4 +46,4 @@ jobs:
body: >
Beta built off of the latest code in the repository.
files: >
plugin/libnn_hid_hook.nro
plugin/*

0 comments on commit 5bcc6b5

Please sign in to comment.