Skip to content

Commit 7d2ec28

Browse files
committed
env var $GITHUB_REF not expanded in step input causing workflow to fail
1 parent 752aca5 commit 7d2ec28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ jobs:
476476
with:
477477
if-no-files-found: error
478478
name: ArduinoCreateAgent-windows-${{ matrix.arch }}-signed
479-
path: ArduinoCreateAgent-${GITHUB_REF##*/}-windows-${{ matrix.arch }}-installer.exe
479+
path: ArduinoCreateAgent-*-windows-${{ matrix.arch }}-installer.exe
480480

481481
# This job will generate a dmg mac installer, sign/notarize it.
482482
generate-sign-dmg:

0 commit comments

Comments
 (0)