Skip to content

Commit e75961c

Browse files
committed
Update workflow
1 parent 34a13e6 commit e75961c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/upload-release-assets.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ jobs:
8585
env:
8686
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8787
# clobber overwrites existing assets of the same name
88-
run: |
88+
run: |
89+
gh release list
8990
gh release upload --clobber v${{ inputs.pkgVersion }} \
9091
$(find ${{inputs.pkgRepo}}/nginx-agent | grep -e "nginx-agent[_-]${{inputs.pkgVersion}}")
9192

0 commit comments

Comments
 (0)