Skip to content

Commit

Permalink
gh: remove action upload if
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpq committed Aug 15, 2024
1 parent 0bd6b33 commit 14399be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
run: python release.py --zip-only lol-blender-${{steps.release.outputs.tag_name}}
- name: Upload Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: dist/lol-blender-${{steps.release.outputs.tag_name}}.zip
permissions:
Expand Down

0 comments on commit 14399be

Please sign in to comment.