Skip to content

Commit 27ce0df

Browse files
Add support to upload .zip build packages (#347)
- The Windows build step produces a build package with .zip extension
1 parent 893e03a commit 27ce0df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/atfe_nightly_build_and_test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,6 @@ jobs:
106106
if: success()
107107
with:
108108
name: ATfE-packages-${{ matrix.build_script }}-${{ matrix.target_os }}
109-
path: build*/ATfE-*.tar.xz
109+
path: |
110+
build*/ATfE-*.tar.xz
111+
build*/ATfE-*.zip

0 commit comments

Comments
 (0)