Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit 6c4d120

Browse files
authored
Update build-usbsid-on-push.yml
1 parent 78d0a15 commit 6c4d120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-usbsid-on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ jobs:
671671
uses: actions/github-script@v7
672672
env:
673673
UPLOAD_URL: ${{ needs.create_release.outputs.upload_url }}
674-
ASSET_PATH: $PATH_ARTIFACTS/ice-macos-${{ matrix.ui.name }}.tgz
674+
ASSET_PATH: ${{ env.PATH_ARTIFACTS}}/vice-macos-${{ matrix.ui.name }}.tgz
675675
ASSET_NAME: vice-macos-${{ matrix.ui.name }}.tgz
676676
ASSET_CONTENT_TYPE: application/vnd.debian.binary-package
677677
with:

0 commit comments

Comments
 (0)