We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c52871f commit 53f10ceCopy full SHA for 53f10ce
.github/workflows/release.yml
@@ -476,7 +476,7 @@ jobs:
476
with:
477
if-no-files-found: error
478
name: ArduinoCreateAgent-windows-${{ matrix.arch }}-signed
479
- path: ArduinoCreateAgent-${GITHUB_REF##*/}-windows-${{ matrix.arch }}-installer.exe
+ path: ArduinoCreateAgent-*-windows-${{ matrix.arch }}-installer.exe
480
481
# This job will generate a dmg mac installer, sign/notarize it.
482
generate-sign-dmg:
0 commit comments