We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac2002 commit 3af5264Copy full SHA for 3af5264
.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
68
runs-on: ubuntu-latest
69
70
env:
71
- INSTALLER_VARS: "project.outputDirectory=$PWD project.version=${GITHUB_REF} workspace=$PWD realname=Arduino_Create_Bridge"
+ INSTALLER_VARS: "project.outputDirectory=$PWD project.version=${GITHUB_SHA} workspace=$PWD realname=Arduino_Create_Bridge"
72
CERT_INSTALL: "ask_certificates_install=CI" # win(edge),mac(safari)
73
NO_CERT_INSTALL: "ask_certificates_install=CS" # linux
74
CHOICE_CERT_INSTALL: "ask_certificates_install=CC" # win,mac:(ff,chrome)
0 commit comments