Skip to content

Commit 75ccf21

Browse files
committed
Update release-build action to switch build to dist folder #1379
1 parent 3472eda commit 75ccf21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Create tarball
4444
run: |
45-
mv build scigateway-$TAG_NAME
45+
mv dist scigateway-$TAG_NAME
4646
tar -czf scigateway-$TAG_NAME.tar.gz scigateway-$TAG_NAME
4747
4848
- name: Update snapshot tag

0 commit comments

Comments
 (0)