We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa97200 commit 85d1af4Copy full SHA for 85d1af4
.github/workflows/build.yml
@@ -112,12 +112,10 @@ jobs:
112
name: windows-build-folder
113
path: build.tgz
114
- name: Capture installed folder as artifact
115
- if: false
116
shell: bash
117
run: |
118
7z a cwipc_win1064_${{ github.ref_name }}.zip ../installed/
119
- name: Upload installed folder
120
121
uses: actions/upload-artifact@v4
122
with:
123
name: cwipc_win1064_${{ github.ref_name }}.zip
@@ -474,7 +472,6 @@ jobs:
474
472
zip -x '*.git*' -r ../Assets/${{ github.ref_name }}-complete.zip .
475
473
awk '/^## /{if(flag){exit}; flag=1} flag' CHANGELOG.md > ../Assets/changes.md
476
- name: Download Windows installed folder
477
478
uses: actions/download-artifact@v4
479
480
0 commit comments