1
mirror of https://github.com/R2Northstar/Northstar synced 2025-10-06 14:12:14 +02:00

Compare commits

..

1 Commits

Author SHA1 Message Date
GeckoEidechse
fd1c3d98ea Use tagged version of DiscordRPC (#379)
This way builds are more reproducible as specific versions of
NorthstarDiscordRPC can be set.
2022-12-02 23:16:23 +01:00

View File

@@ -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