Skip to content

Commit ffa8906

Browse files
authored
Update release-build.yml
1 parent 833a8b6 commit ffa8906

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/release-build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,7 @@ jobs:
3131
- name: Archive regular build files
3232
run: tar -czvf gui-build.tar.gz gui-build
3333

34-
- name: Archive /proxy/8024/ build files
35-
run: tar -czvf gui-build-proxy.tar.gz gui-build-proxy
36-
3734
- name: Create GitHub Release
3835
uses: softprops/action-gh-release@v1
3936
with:
40-
files: |
41-
gui-build.tar.gz
42-
gui-build-proxy.tar.gz
37+
files: gui-build.tar.gz

0 commit comments

Comments
 (0)