mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Actually use the right command
This commit is contained in:
parent
68ceacfef4
commit
fd7134ece9
2
.github/workflows/ksp-publish.yml
vendored
2
.github/workflows/ksp-publish.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
- name: Install Conformal Decals dependencies
|
||||
working-directory: Source
|
||||
run: |
|
||||
curl --user drewcassidy --pass ${{ secrets.PILE_OF_ROCKS_PASS }} https://pileof.rocks/Secret/conformal-decals-dependencies-1.zip
|
||||
wget --user drewcassidy --password ${{ secrets.PILE_OF_ROCKS_PASS }} https://pileof.rocks/Secret/conformal-decals-dependencies-1.zip
|
||||
mkdir -p ConformalDecals/bin/Release
|
||||
unzip conformal-decals-dependencies-*.zip -d ConformalDecals/bin/Release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user