Commit df9ff77 1 parent 7ae04b0 commit df9ff77 Copy full SHA for df9ff77
File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ permissions:
15
15
16
16
env :
17
17
NORTHSTAR_VERSION : ${{ github.ref_name }}
18
+ DISCORD_RPC_VERSION : v13
18
19
19
20
jobs :
20
21
build-northstar :
34
35
wget "https://github.com/R2Northstar/NorthstarLauncher/releases/download/${{ env.NORTHSTAR_VERSION }}/northstar-launcher.zip"
35
36
- name : Download DiscordRPC plugin
36
37
run :
37
- wget "https://github.com/R2Northstar/NorthstarDiscordRPC/releases/download/v13 /northstar-discord-rpc.zip"
38
+ wget "https://github.com/R2Northstar/NorthstarDiscordRPC/releases/download/${{ env.DISCORD_RPC_VERSION }} /northstar-discord-rpc.zip"
38
39
- name : Download compiled stubs
39
40
run :
40
41
wget "https://github.com/R2Northstar/NorthstarStubs/releases/download/v1/NorthstarStubs.zip"
You can’t perform that action at this time.
0 commit comments