Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Alpha committed Oct 21, 2023
1 parent 7d40fc8 commit 0244999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
upload_artifacts:
runs-on: self-hosted
needs: build
if: ! startsWith(github.ref, 'refs/tags/') # I think this prevents uploading artifacts when pushing a tag
if: startsWith(github.ref, 'refs/heads/') # I think this prevents uploading artifacts when pushing a tag
steps:
- name: Upload Build-Artifact 4.24
uses: actions/[email protected]
Expand Down

0 comments on commit 0244999

Please sign in to comment.