Skip to content

Commit df9ff77

Browse files
Use env var to define DiscordRPC version (#727)
to make editing the version number easier
1 parent 7ae04b0 commit df9ff77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ permissions:
1515

1616
env:
1717
NORTHSTAR_VERSION: ${{ github.ref_name }}
18+
DISCORD_RPC_VERSION: v13
1819

1920
jobs:
2021
build-northstar:
@@ -34,7 +35,7 @@ jobs:
3435
wget "https://github.com/R2Northstar/NorthstarLauncher/releases/download/${{ env.NORTHSTAR_VERSION }}/northstar-launcher.zip"
3536
- name: Download DiscordRPC plugin
3637
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"
3839
- name: Download compiled stubs
3940
run:
4041
wget "https://github.com/R2Northstar/NorthstarStubs/releases/download/v1/NorthstarStubs.zip"

0 commit comments

Comments
 (0)