mirror of
https://github.com/R2Northstar/Northstar
synced 2025-10-04 08:50:49 +02:00
Compare commits
2 Commits
v1.28.4-rc
...
v1.30.0
Author | SHA1 | Date | |
---|---|---|---|
![]() |
df9ff77e26 | ||
![]() |
7ae04b0f32 |
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -15,6 +15,7 @@ permissions:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
NORTHSTAR_VERSION: ${{ github.ref_name }}
|
NORTHSTAR_VERSION: ${{ github.ref_name }}
|
||||||
|
DISCORD_RPC_VERSION: v13
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-northstar:
|
build-northstar:
|
||||||
@@ -34,7 +35,7 @@ jobs:
|
|||||||
wget "https://github.com/R2Northstar/NorthstarLauncher/releases/download/${{ env.NORTHSTAR_VERSION }}/northstar-launcher.zip"
|
wget "https://github.com/R2Northstar/NorthstarLauncher/releases/download/${{ env.NORTHSTAR_VERSION }}/northstar-launcher.zip"
|
||||||
- name: Download DiscordRPC plugin
|
- name: Download DiscordRPC plugin
|
||||||
run:
|
run:
|
||||||
wget "https://github.com/R2Northstar/NorthstarDiscordRPC/releases/download/v12/northstar-discord-rpc.zip"
|
wget "https://github.com/R2Northstar/NorthstarDiscordRPC/releases/download/${{ env.DISCORD_RPC_VERSION }}/northstar-discord-rpc.zip"
|
||||||
- name: Download compiled stubs
|
- name: Download compiled stubs
|
||||||
run:
|
run:
|
||||||
wget "https://github.com/R2Northstar/NorthstarStubs/releases/download/v1/NorthstarStubs.zip"
|
wget "https://github.com/R2Northstar/NorthstarStubs/releases/download/v1/NorthstarStubs.zip"
|
||||||
|
Reference in New Issue
Block a user