mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-03-14 02:16:10 +00:00
Fix GitHub Action to include libparam_hook.nro
& libnro_hook.nro
(#716)
* Update workflow * Fix GitHub Action to include libparam_hook.nro & libnro_hook.nro * Clean up workflow
This commit is contained in:
parent
e88ec7a3aa
commit
b65dcfa0a4
1 changed files with 10 additions and 4 deletions
14
.github/workflows/rust.yml
vendored
14
.github/workflows/rust.yml
vendored
|
@ -100,15 +100,21 @@ jobs:
|
|||
steps:
|
||||
- name: Download all artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: atmosphere/contents/01006A800016E000/romfs/skyline/plugins
|
||||
merge-multiple: true
|
||||
- name: Prepare zip
|
||||
id: prepare_zip
|
||||
env:
|
||||
SMASH_PLUGIN_DIR: atmosphere/contents/01006A800016E000/romfs/skyline/plugins
|
||||
run: |
|
||||
mkdir -p ${{env.SMASH_PLUGIN_DIR}}
|
||||
cp plugin/libtraining_modpack.nro ${{env.SMASH_PLUGIN_DIR}}/libtraining_modpack.nro
|
||||
curl --output-dir ${{env.SMASH_PLUGIN_DIR}} https://github.com/ultimate-research/params-hook-plugin/releases/download/v13.0.3/libparam_hook.nro
|
||||
curl --output-dir ${{env.SMASH_PLUGIN_DIR}} https://github.com/ultimate-research/nro-hook-plugin/releases/download/v0.4.0/libnro_hook.nro
|
||||
curl \
|
||||
--no-progress-meter \
|
||||
--create-dirs \
|
||||
--output-dir ${{env.SMASH_PLUGIN_DIR}} \
|
||||
--remote-name-all \
|
||||
https://github.com/ultimate-research/params-hook-plugin/releases/download/v13.0.3/libparam_hook.nro \
|
||||
https://github.com/ultimate-research/nro-hook-plugin/releases/download/v0.4.0/libnro_hook.nro
|
||||
zip -r training_modpack_beta.zip atmosphere
|
||||
- name: Delete Release
|
||||
uses: dev-drprasad/delete-tag-and-release@v0.2.1
|
||||
|
|
Loading…
Add table
Reference in a new issue