We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent b492ab8 commit e168092Copy full SHA for e168092
.github/workflows/release.yml
@@ -472,7 +472,7 @@ jobs:
472
"${{ env.SIGNTOOL_PATH }}" sign -d "Arduino Create Agent" -f ${{ env.INSTALLER_CERT_WINDOWS_CER}} -csp "eToken Base Cryptographic Provider" -k "[{{${{ env.CERT_PASSWORD }}}}]=${{ env.CONTAINER_NAME }}" -fd sha256 -tr http://timestamp.digicert.com -td SHA256 -v "ArduinoCreateAgent-${GITHUB_REF##*/}-windows-${{ matrix.arch }}-installer.exe"
473
474
- name: Upload artifacts
475
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
476
with:
477
if-no-files-found: error
478
name: ArduinoCreateAgent-windows-${{ matrix.arch }}-signed
0 commit comments