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 a90e41b commit 6e4b514Copy full SHA for 6e4b514
.github/workflows/publish-to-dafni.yaml
@@ -42,5 +42,5 @@ jobs:
42
43
- name: Upload to DAFNI
44
run: |
45
- dafni upload model ./dafni/model_definition.yaml ctf-${VERSION}.tar.gz --version-message "Version ${CTF_VERSION}. Uploaded via Github." --parent-id ${DAFNI_PARENT_ID} -y
+ dafni upload model ./dafni/model_definition.yaml ctf-${{ env.VERSION }}.tar.gz --version-message "Version ${{ env.CTF_VERSION }}. Uploaded via Github." --parent-id ${DAFNI_PARENT_ID} -y
46
dafni logout
0 commit comments