Skip to content

Commit 00be533

Browse files
committed
fix(ci): fix release (again)
1 parent 8cb083f commit 00be533

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
- uses: "marvinpinto/action-automatic-releases@latest"
3737
with:
3838
repo_token: "${{ secrets.GITHUB_TOKEN }}"
39-
tag: ${{ github.ref }}
39+
automatic_release_tag: ${{ github.ref }}
4040
prerelease: false
4141
files: |
42-
*.smx
42+
payload-webhook.smx
4343
scripting/include/logstf.inc
4444
scripting/include/SteamWorks.inc

0 commit comments

Comments
 (0)