diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 235a44a..a698648 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,10 +62,10 @@ jobs: name: MyPlugin path: build/Release/MyPlugin.exe - # - name: Release - # if: startsWith(github.ref, 'refs/tags/') # Only run on tag releases - # uses: softprops/action-gh-release@v1 - # with: - # files: build/Release/MyPlugin.exe - # env: - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + - name: Release + if: startsWith(github.ref, 'refs/tags/') # Only run on tag releases + uses: softprops/action-gh-release@v1 + with: + files: build/Release/MyPlugin.exe + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file