Skip to content

Commit 9506d99

Browse files
committed
ci: upload built artifact
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent d9d0310 commit 9506d99

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/msbuild.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,9 @@ jobs:
1919
- name: Build
2020
working-directory: ${{ github.workspace }}
2121
run: msbuild /m /p:Configuration=Release ${{ env.SOLUTION_FILE_PATH }}
22+
23+
- name: Upload SFX bundle
24+
uses: actions/upload-artifact@v4
25+
with:
26+
name: sfx-bundle
27+
path: CPP/7zip/Bundles/SFXSetup/Release/7zS.sfx

0 commit comments

Comments
 (0)