1
mirror of https://github.com/R2Northstar/Northstar synced 2025-09-18 19:30:50 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
GeckoEidechse
730763391c Don't include gitignore in release files 2022-04-28 17:59:05 +02:00
Barichello
5d0c56a5f7 Remove thunderstore files from release zip 2022-04-28 17:37:44 +02:00

View File

@@ -101,16 +101,18 @@ jobs:
mkdir -p northstar/R2Northstar/mods
mkdir -p northstar/R2Northstar/plugins
mkdir -p northstar/bin/x64_retail
mv -v northstar-launcher/DiscordRPC.dll northstar/R2Northstar/plugins
mv -v northstar-launcher/discord_game_sdk.dll northstar
mv -v northstar-launcher/wsock32.dll northstar/bin/x64_retail
unzip NorthstarStubs.zip -d northstar/bin/x64_dedi
mv -v northstar-launcher/* northstar
rsync -avr --exclude="Northstar.Coop" --exclude=".git*" northstar-mods/. northstar/R2Northstar/mods
- name: Cleanup
- name: Cleanup root Northstar repository files
run: |
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
uses: actions/upload-artifact@v2
with: