Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
sonygod committed Oct 9, 2024
1 parent 0a916c9 commit d43c709
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
- 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 }}

0 comments on commit d43c709

Please sign in to comment.