mirror of
https://github.com/R2Northstar/Northstar
synced 2025-09-21 00:50:50 +02:00
Compare commits
2 Commits
v1.24.5
...
v1.6.4-rc2
Author | SHA1 | Date | |
---|---|---|---|
![]() |
730763391c | ||
![]() |
5d0c56a5f7 |
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -101,16 +101,18 @@ jobs:
|
|||||||
mkdir -p northstar/R2Northstar/mods
|
mkdir -p northstar/R2Northstar/mods
|
||||||
mkdir -p northstar/R2Northstar/plugins
|
mkdir -p northstar/R2Northstar/plugins
|
||||||
mkdir -p northstar/bin/x64_retail
|
mkdir -p northstar/bin/x64_retail
|
||||||
|
|
||||||
mv -v northstar-launcher/DiscordRPC.dll northstar/R2Northstar/plugins
|
mv -v northstar-launcher/DiscordRPC.dll northstar/R2Northstar/plugins
|
||||||
mv -v northstar-launcher/discord_game_sdk.dll northstar
|
mv -v northstar-launcher/discord_game_sdk.dll northstar
|
||||||
mv -v northstar-launcher/wsock32.dll northstar/bin/x64_retail
|
mv -v northstar-launcher/wsock32.dll northstar/bin/x64_retail
|
||||||
unzip NorthstarStubs.zip -d northstar/bin/x64_dedi
|
unzip NorthstarStubs.zip -d northstar/bin/x64_dedi
|
||||||
|
|
||||||
mv -v northstar-launcher/* northstar
|
mv -v northstar-launcher/* northstar
|
||||||
rsync -avr --exclude="Northstar.Coop" --exclude=".git*" northstar-mods/. northstar/R2Northstar/mods
|
rsync -avr --exclude="Northstar.Coop" --exclude=".git*" northstar-mods/. northstar/R2Northstar/mods
|
||||||
- name: Cleanup
|
- name: Cleanup root Northstar repository files
|
||||||
run: |
|
run: |
|
||||||
rm -rf northstar-launcher
|
rm -rf northstar-launcher
|
||||||
cd northstar && rm -rf .git .github *.md LICENSE
|
cd northstar && rm -rf .git .github .gitignore *.md LICENSE thunderstore .ci.env.example
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user