Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBoot committed Nov 27, 2021
1 parent 5c2b84c commit 1b4c8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1b4c8e4

Please sign in to comment.