Skip to content

Commit 6017c16

Browse files
authored
Merge pull request #2357 from hzeller/feature-20250216-read-artifact
Fix downloading artifacts with actions/download-artifact@v4
2 parents 86e0f24 + a14c796 commit 6017c16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verible-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,13 +498,13 @@ jobs:
498498
git tag "$TAG" || true
499499
echo "TAG=$TAG" >> $GITHUB_ENV
500500
501-
ls -lah artifact
501+
ls -l verible-v*
502502
503503
- name: Deploy release and assets
504504
uses: svenstaro/upload-release-action@2.9.0
505505
with:
506506
repo_token: ${{ secrets.GITHUB_TOKEN }}
507-
file: artifact/verible*.{tar.gz,zip}
507+
file: verible-v*.{tar.gz,zip}"
508508
tag: ${{ env.TAG }}
509509
overwrite: true
510510
file_glob: true

0 commit comments

Comments
 (0)