From 6a0a60efdb2bee51bee4e4fd22da8d975e1325fb Mon Sep 17 00:00:00 2001 From: Thomas Orsbourne Date: Sat, 9 Nov 2024 20:23:00 -0400 Subject: [PATCH] chore(build) Update upload-release-assets --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a51c6d1..4196d78 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: path: 'executables/*' - name: Upload Executables as Release if: github.ref_type == 'tag' - uses: AButler/upload-release-assets@v2.0 + uses: AButler/upload-release-assets@v3.0 with: files: 'executables/*' release-tag: ${{ github.ref_name }}