Skip to content

Commit

Permalink
Merge pull request #2357 from hzeller/feature-20250216-read-artifact
Browse files Browse the repository at this point in the history
Fix downloading artifacts with actions/download-artifact@v4
  • Loading branch information
hzeller authored Feb 17, 2025
2 parents 86e0f24 + a14c796 commit 6017c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verible-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -498,13 +498,13 @@ jobs:
git tag "$TAG" || true
echo "TAG=$TAG" >> $GITHUB_ENV
ls -lah artifact
ls -l verible-v*
- name: Deploy release and assets
uses: svenstaro/[email protected]
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifact/verible*.{tar.gz,zip}
file: verible-v*.{tar.gz,zip}"
tag: ${{ env.TAG }}
overwrite: true
file_glob: true
Expand Down

0 comments on commit 6017c16

Please sign in to comment.