mirror of
https://github.com/R2Northstar/Northstar
synced 2025-09-21 00:50:50 +02:00
Compare commits
2 Commits
v1.12.4
...
v1.13.0-rc
Author | SHA1 | Date | |
---|---|---|---|
![]() |
aa4d230051 | ||
![]() |
aeb3e5ee17 |
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -60,13 +60,13 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Download compiled launcher
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: northstar-launcher
|
||||
path: northstar-launcher
|
||||
- name: Download DiscordRPC plugin
|
||||
run:
|
||||
wget "https://github.com/R2Northstar/NorthstarDiscordRPC/releases/download/v2/northstar-discord-rpc.zip"
|
||||
wget "https://github.com/R2Northstar/NorthstarDiscordRPC/releases/download/v4/northstar-discord-rpc.zip"
|
||||
- name: Download compiled stubs
|
||||
run:
|
||||
wget "https://github.com/R2Northstar/NorthstarStubs/releases/download/v1/NorthstarStubs.zip"
|
||||
@@ -101,7 +101,6 @@ jobs:
|
||||
|
||||
unzip northstar-discord-rpc.zip
|
||||
mv -v DiscordRPC.dll northstar/R2Northstar/plugins
|
||||
mv -v discord_game_sdk.dll northstar
|
||||
|
||||
mv -v northstar-launcher/wsock32.dll northstar/bin/x64_retail
|
||||
unzip NorthstarStubs.zip -d northstar/bin/x64_dedi
|
||||
@@ -171,7 +170,7 @@ jobs:
|
||||
|
||||
- name: Download Northstar package
|
||||
if: ${{ !env.ACT }} # Download artifacts from previous jobs when running on GitHub's infrastructure
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: Northstar.release.${{ env.NORTHSTAR_VERSION }}
|
||||
path: northstar
|
||||
|
Reference in New Issue
Block a user