Skip to content

Commit

Permalink
Use env var to define DiscordRPC version (#727)
Browse files Browse the repository at this point in the history
to make editing the version number easier
  • Loading branch information
GeckoEidechse authored Dec 4, 2024
1 parent 7ae04b0 commit df9ff77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ permissions:

env:
NORTHSTAR_VERSION: ${{ github.ref_name }}
DISCORD_RPC_VERSION: v13

jobs:
build-northstar:
Expand All @@ -34,7 +35,7 @@ jobs:
wget "https://github.com/R2Northstar/NorthstarLauncher/releases/download/${{ env.NORTHSTAR_VERSION }}/northstar-launcher.zip"
- name: Download DiscordRPC plugin
run:
wget "https://github.com/R2Northstar/NorthstarDiscordRPC/releases/download/v13/northstar-discord-rpc.zip"
wget "https://github.com/R2Northstar/NorthstarDiscordRPC/releases/download/${{ env.DISCORD_RPC_VERSION }}/northstar-discord-rpc.zip"
- name: Download compiled stubs
run:
wget "https://github.com/R2Northstar/NorthstarStubs/releases/download/v1/NorthstarStubs.zip"
Expand Down

0 comments on commit df9ff77

Please sign in to comment.