Verbose move

This commit is contained in:
Barichello 2022-03-15 23:48:17 -03:00
parent 97955a3ad2
commit 58ecb08051
No known key found for this signature in database
GPG Key ID: 29197D315AE4FF67
1 changed files with 4 additions and 4 deletions

View File

@ -90,14 +90,14 @@ jobs:
git ls-tree -r $NORTHSTAR_VERSION --name-only | xargs -L1 md5sum >> md5sum.txt
- name: Make folder structure
run: |
mv northstar/release/* northstar/.
mv -v northstar/release/* northstar/.
mkdir -p northstar/R2Northstar/mods
mkdir -p northstar/R2Northstar/plugins
mkdir -p northstar/bin/x64_retail
mv northstar-launcher/DiscordRPC.dll northstar/R2Northstar/plugins
mv northstar-launcher/wsock32.dll northstar/bin/x64_retail
mv -v northstar-launcher/DiscordRPC.dll northstar/R2Northstar/plugins
mv -v northstar-launcher/wsock32.dll northstar/bin/x64_retail
unzip NorthstarStubs.zip -d northstar/bin/x64_dedi
mv northstar-launcher/* northstar
mv -v northstar-launcher/* northstar
rsync -avr --exclude="Northstar.Coop" --exclude=".git*" northstar-mods/. northstar/R2Northstar/mods
- name: Cleanup
run: |