Skip to content

Commit

Permalink
Fixed release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitemaeric committed Oct 18, 2024
1 parent 3c81764 commit 87ac888
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

release:
runs-on: ubuntu-latest
# if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/')
permissions:
contents: write
needs:
Expand All @@ -73,8 +73,6 @@ jobs:
uses: actions/download-artifact@v4
with:
path: builds
- name: Display structure of downloaded files
run: ls -R
- name: Create Release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 87ac888

Please sign in to comment.