Skip to content

Commit 85d1af4

Browse files
committed
A few more steps need to be re-enabled.
1 parent aa97200 commit 85d1af4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

-3
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,10 @@ jobs:
112112
name: windows-build-folder
113113
path: build.tgz
114114
- name: Capture installed folder as artifact
115-
if: false
116115
shell: bash
117116
run: |
118117
7z a cwipc_win1064_${{ github.ref_name }}.zip ../installed/
119118
- name: Upload installed folder
120-
if: false
121119
uses: actions/upload-artifact@v4
122120
with:
123121
name: cwipc_win1064_${{ github.ref_name }}.zip
@@ -474,7 +472,6 @@ jobs:
474472
zip -x '*.git*' -r ../Assets/${{ github.ref_name }}-complete.zip .
475473
awk '/^## /{if(flag){exit}; flag=1} flag' CHANGELOG.md > ../Assets/changes.md
476474
- name: Download Windows installed folder
477-
if: false
478475
uses: actions/download-artifact@v4
479476
with:
480477
name: cwipc_win1064_${{ github.ref_name }}.zip

0 commit comments

Comments
 (0)