From b38f1657d6b59d9daec25b0860db6cbfe1ca7efa Mon Sep 17 00:00:00 2001 From: TechnologicNick Date: Sat, 4 Jun 2022 20:45:06 +0200 Subject: [PATCH] Use correct publishedfileid in publish workflow --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5c536a7..1fd0277 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -40,7 +40,7 @@ jobs: uses: arma-actions/workshop-upload@v1 with: appId: '387990' - itemId: '2143988698' # Id of item to update + itemId: '2123222134' # Id of item to update contentPath: 'dist' changelog: "[b]${{ github.event.release.name }}[/b] (${{ github.event.release.tag_name }})\n\n${{ github.event.release.body }}\n\n${{ github.event.release.html_url }}" env: