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 3472eda commit 75ccf21Copy full SHA for 75ccf21
.github/workflows/release-build.yml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Create tarball
44
run: |
45
- mv build scigateway-$TAG_NAME
+ mv dist scigateway-$TAG_NAME
46
tar -czf scigateway-$TAG_NAME.tar.gz scigateway-$TAG_NAME
47
48
- name: Update snapshot tag
0 commit comments