We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52d41d commit 058d6eaCopy full SHA for 058d6ea
.github/workflows/publish-to-dafni.yaml
@@ -35,5 +35,5 @@ jobs:
35
36
- name: Upload to DAFNI
37
run: |
38
- dafni upload model ./dafni/model_definition.yaml ctf-gh.tar.gz --version-message "Version ${{ env.CTF_VERSION }}. Uploaded via Github." --parent-id ${DAFNI_PARENT_ID} -y
+ dafni upload model ./dafni/model_definition.yaml ctf-gh.tar.gz --version-message "Version ${CTF_VERSION}. Uploaded via Github." --parent-id ${DAFNI_PARENT_ID} -y
39
dafni logout
0 commit comments