Skip to content

Commit 3af5264

Browse files
committed
ref cause error because of the "/"
1 parent aac2002 commit 3af5264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ubuntu-latest
6969

7070
env:
71-
INSTALLER_VARS: "project.outputDirectory=$PWD project.version=${GITHUB_REF} workspace=$PWD realname=Arduino_Create_Bridge"
71+
INSTALLER_VARS: "project.outputDirectory=$PWD project.version=${GITHUB_SHA} workspace=$PWD realname=Arduino_Create_Bridge"
7272
CERT_INSTALL: "ask_certificates_install=CI" # win(edge),mac(safari)
7373
NO_CERT_INSTALL: "ask_certificates_install=CS" # linux
7474
CHOICE_CERT_INSTALL: "ask_certificates_install=CC" # win,mac:(ff,chrome)

0 commit comments

Comments
 (0)