Skip to content

Commit

Permalink
fixing GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-enko committed Mar 6, 2024
1 parent 6951c88 commit 8838650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Upload datalyzer.zip
shell: bash
run: |
gh release upload ${{ github.event.release.tag_name || inputs.checkout-ref }} datalyzer.zip
gh release upload ${{ github.event.release.tag_name || inputs.checkout-ref }} datalyzer.zip --clobber
env:
GITHUB_TOKEN: ${{ github.TOKEN }}
GH_REPO: "${{ github.repository_owner }}/${{ github.event.repository.name }}"

0 comments on commit 8838650

Please sign in to comment.