diff --git a/.github/workflows/build-zip.yml b/.github/workflows/build-zip.yml index 00f9cca..3f98a77 100644 --- a/.github/workflows/build-zip.yml +++ b/.github/workflows/build-zip.yml @@ -15,7 +15,7 @@ jobs: unzip -d ${{ github.event.repository.name }} ${{ github.event.repository.name }}.zip zip -9 -r ${{ github.event.repository.name }}.${{ github.ref_name }}.zip ${{ github.event.repository.name }} - name: Add asset to release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v3 if: startsWith(github.ref, 'refs/tags/') with: files: ${{ github.event.repository.name }}.${{ github.ref_name }}.zip