mirror of
https://github.com/R2Northstar/Northstar
synced 2025-09-18 19:30:50 +02:00
Compare commits
5 Commits
v1.9.1-rc1
...
v1.6.4
Author | SHA1 | Date | |
---|---|---|---|
![]() |
4f73093799 | ||
![]() |
d4fec833f8 | ||
![]() |
67c85eafc4 | ||
![]() |
730763391c | ||
![]() |
5d0c56a5f7 |
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@@ -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:
|
||||
@@ -137,12 +139,12 @@ jobs:
|
||||
steps:
|
||||
- name: Setup tcli
|
||||
run: |
|
||||
wget https://github.com/thunderstore-io/thunderstore-cli/releases/download/0.1.4/tcli-0.1.4-linux-x64.tar.gz
|
||||
tar xvf tcli-0.1.4-linux-x64.tar.gz
|
||||
mv -v tcli-0.1.4-linux-x64/tcli /bin
|
||||
wget -O tcli.tar.gz https://github.com/thunderstore-io/thunderstore-cli/releases/download/0.1.4/tcli-0.1.4-linux-x64.tar.gz
|
||||
tar xvf tcli.tar.gz
|
||||
sudo mv -v tcli-0.1.4-linux-x64/tcli /bin
|
||||
|
||||
- name: (DEBUG) Download Northstar package
|
||||
if: ${{ env.ACT }} # Download Northstar package when running locally instead of relying on previous jobs
|
||||
if: ${{ env.ACT }} # Download Northstar package from releases when running locally instead of relying on previous jobs
|
||||
run: |
|
||||
wget -O northstar.zip https://github.com/R2Northstar/Northstar/releases/download/v1.6.3/Northstar.release.v1.6.3.zip
|
||||
unzip northstar.zip -d northstar
|
||||
|
Reference in New Issue
Block a user