Skip to content

Commit

Permalink
Fix Weirdness in GitHub Actions (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
smashedr authored Jul 2, 2024
1 parent 9e75308 commit 957b1e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
path: dist/

- name: "Upload to Release"
if: ${{ github.event_name == 'release' }}
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 957b1e2

Please sign in to comment.