Skip to content

Commit

Permalink
ci: fix asset upload
Browse files Browse the repository at this point in the history
  • Loading branch information
avestura committed Feb 7, 2024
1 parent 13ff994 commit f00cc7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ jobs:
- name: Update setup asset
id: upload-setup-asset
uses: actions/upload-release-asset@v1
if: ${{ matrix.channel == 'release' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit f00cc7d

Please sign in to comment.