From 1b4c8e42579fcf0f037555422482d2dfc385fe4e Mon Sep 17 00:00:00 2001 From: Marco Kirchner Date: Sun, 28 Nov 2021 00:41:24 +0100 Subject: [PATCH] fix typo --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 90d03ca..b8ced76 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -81,7 +81,7 @@ jobs: allowUpdates: true name: v${{ steps.version.outputs.informationalVersion }} body: ${{ steps.changelog.outputs.description }} - artifacts: dist/MistforgeLauncher.exe,dist/GiganticEmu.Agent.exe,dist/ArcSDK.dll,dist/GigatnicEmu.Agent + artifacts: dist/MistforgeLauncher.exe,dist/GiganticEmu.Agent.exe,dist/GiganticEmu.Agent,dist/ArcSDK.dll token: ${{ secrets.GITHUB_TOKEN }} commit: ${{ github.sha }} tag: v${{ steps.version.outputs.informationalVersion }}