From f59fcd104f0a5be2f0c099fc24f8285d820a3b6f Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Wed, 16 Nov 2022 21:15:19 +0300 Subject: [PATCH] Fix automatic publish of standalone sh script --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index db00d0b9..5ae30ab1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: ./configure --with-standalone --bindir=/ make DESTDIR=. install-exec - name: Add standalone deployment to release - uses: svenstaro/upload-release-action@v3 + uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ github.token }} file: vcsh-standalone.sh