Skip to content

Commit

Permalink
Fix beta builds workflow syntadx
Browse files Browse the repository at this point in the history
  • Loading branch information
jugeeya committed Sep 10, 2020
1 parent d7c880c commit 7469c00
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/rust_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@ on:
branches: [ master ]
jobs:
runs-on: ubuntu-latest
container: jugeeya/cargo-skyline:latest
steps:
- name: Clone master
run: git clone https://github.com/ultimate-research/param-hook-plugin
working-directory: /volume/
- name: Build release NRO
run: cargo skyline build --release
working-directory: /volume/param-hook-plugin
- name: Update Release
env:
PLUGIN_NAME: 'libparam_hook.nro' # change this to the name of your plugin
uses: meeDamian/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: true
allow_override: true
gzip: false
tag: master
name: master
body: Build of ${{env.PLUGIN_NAME}} from master.
files: >
/volume/param-hook-plugin/target/aarch64-skyline-switch/release/${{env.PLUGIN_NAME}}
container: jugeeya/cargo-skyline:latest

steps:
- name: Clone master
run: git clone https://github.com/ultimate-research/param-hook-plugin
working-directory: /volume/
- name: Build release NRO
run: cargo skyline build --release
working-directory: /volume/param-hook-plugin
- name: Update Release
env:
PLUGIN_NAME: 'libparam_hook.nro' # change this to the name of your plugin
uses: meeDamian/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: true
allow_override: true
gzip: false
tag: master
name: master
body: Build of ${{env.PLUGIN_NAME}} from master.
files: >
/volume/param-hook-plugin/target/aarch64-skyline-switch/release/${{env.PLUGIN_NAME}}

0 comments on commit 7469c00

Please sign in to comment.