From fd1c3d98eaaca40e115404489557fd6b84e7f291 Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Fri, 2 Dec 2022 23:16:23 +0100 Subject: [PATCH] Use tagged version of DiscordRPC (#379) This way builds are more reproducible as specific versions of NorthstarDiscordRPC can be set. --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a98f0a..cc1cfc3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,6 +21,7 @@ jobs: uses: actions/checkout@v3 with: repository: R2Northstar/NorthstarDiscordRPC + ref: 'v1' path: discord-plugin - name: Checkout launcher repository uses: actions/checkout@v3