diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-27 02:21:11 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | ecf472d4a20f634aa0738fbc9800eda0a5ab842b (patch) | |
| tree | 1c31d66b1b96a3f26cc7c849a7a75f3cb2dca1ed /.github | |
| parent | 7a9cb6a00cafa9ca5f12d2f962fde6bb53ab9f5d (diff) | |
Fix typo
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 60c90234..326a69b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: run: | # discord-rpc curl -L https://github.com/discordapp/discord-rpc/releases/download/v3.4.0/discord-rpc-win.zip -o discord_rpc_win.zip - unzip discord_rpc_linux.zip + unzip discord_rpc_win.zip cp discord-rpc/win64-static/lib/discord-rpc.lib ../lib # BASS |
