We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f8374 commit 46df733Copy full SHA for 46df733
1 file changed
.github/workflows/osx.yml
@@ -42,7 +42,6 @@ jobs:
42
cd Build/Release
43
mkdir open-ephys
44
mv open-ephys.app/ open-ephys
45
- cp ../../LICENSE open-ephys
46
zip -r $zipfile open-ephys
47
user_info="X-JFrog-Art-Api:$artifactoryApiKey"
48
curl -H $user_info -T $zipfile "https://openephysgui.jfrog.io/artifactory/Test/mac/$zipfile"
@@ -71,7 +70,6 @@ jobs:
71
70
72
73
74
75
76
77
curl -H $user_info -T $zipfile "https://openephysgui.jfrog.io/artifactory/Release/mac/$zipfile"
0 commit comments