File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ jobs:
244
244
uses : actions/download-artifact@v2
245
245
with :
246
246
name : ArduinoCreateAgent-osx
247
- path : $PWD
247
+ path : ArduinoCreateAgent-osx
248
248
249
249
- name : Import Code-Signing Certificates
250
250
uses : Apple-Actions/import-codesign-certs@v1
@@ -263,7 +263,7 @@ jobs:
263
263
# gon does not allow env variables in config file (https://github.com/mitchellh/gon/issues/20)
264
264
run : |
265
265
cat > gon.config_installer.hcl <<EOF
266
- source = ["ArduinoCreateAgent-${GITHUB_REF##*/}-osx-installer-${{ matrix.browser }}.app"]
266
+ source = ["ArduinoCreateAgent-osx/ArduinoCreateAgent- ${GITHUB_REF##*/}-osx-installer-${{ matrix.browser }}.app"]
267
267
bundle_id = "cc.arduino.arduino-agent-installer"
268
268
269
269
sign {
@@ -278,7 +278,7 @@ jobs:
278
278
279
279
- name : Code sign and notarize app
280
280
run : |
281
- echo "gon will notarize executable ArduinoCreateAgent-${GITHUB_REF##*/}-osx-installer-${BROWSER }.app"
281
+ echo "gon will notarize executable in ArduinoCreateAgent-osx/ArduinoCreateAgent- ${GITHUB_REF##*/}-osx-installer-${{ matrix.browser } }.app"
282
282
gon -log-level=debug -log-json gon.config_installer.hcl
283
283
env :
284
284
AC_USERNAME : ${{ secrets.AC_USERNAME }}
You can’t perform that action at this time.
0 commit comments