mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 00:46:34 +00:00
Fix action for untagged Skyline release
This commit is contained in:
parent
3992b2cd58
commit
18ef3b94c4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -86,7 +86,7 @@ jobs:
|
|||
mkdir -p ${{env.SKYLINE_DIR}}
|
||||
mkdir -p ${{env.SMASH_PLUGIN_DIR}}
|
||||
mkdir -p ${{env.SMASH_WEB_DIR}}
|
||||
wget https://github.com/skyline-dev/skyline/releases/download/beta/skyline.zip
|
||||
wget https://github.com/skyline-dev/skyline/releases/download/untagged-34501f8ec57f9829a2f0/skyline.zip
|
||||
unzip skyline.zip
|
||||
mv exefs ${{env.SKYLINE_DIR}}
|
||||
cp plugin/libtraining_modpack.nro ${{env.SMASH_PLUGIN_DIR}}/libtraining_modpack.nro
|
||||
|
@ -117,4 +117,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: full_build
|
||||
path: training_modpack_beta.zip
|
||||
path: training_modpack_beta.zip
|
||||
|
|
Loading…
Reference in a new issue