Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,6 @@ jobs:
- name: Upload victory-chart-renderer to GitHub Release
if: ${{ needs.victoryChartRendererBuild.result == 'success' }}
run: |
test -x ./victory-chart-renderer-linux-x64-artifact/victory-chart-renderer-linux-x64
gh release upload "${{ needs.prep.outputs.TAG }}" --repo "${{ github.repository }}" --clobber \
"./victory-chart-renderer-linux-x64-artifact/victory-chart-renderer-linux-x64#victory-chart-renderer-linux-x64"
env:
Expand Down
Loading