Skip to content

Commit

Permalink
fix: uploading file always being skipped in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
intercepted16 committed Aug 15, 2024
1 parent ad9a9b7 commit c48db63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/master-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
git push origin --tags
- name: Upload Compiled File
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
mtafoubs

0 comments on commit c48db63

Please sign in to comment.