diff options
| author | Yang Liu <liuyang22@iscas.ac.cn> | 2025-06-01 14:50:42 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-01 08:50:42 +0200 |
| commit | 8ebe32257e9520600c98e8ac817935fb677300b1 (patch) | |
| tree | c1724d31a6a7797dfddb5fc415bb1d2c2050d2c5 /.github/workflows | |
| parent | 89e470d59c9c0b68a5121fdb9d3cf68aa8c60a99 (diff) | |
| download | box64-8ebe32257e9520600c98e8ac817935fb677300b1.tar.gz box64-8ebe32257e9520600c98e8ac817935fb677300b1.zip | |
[CI] Upload libwowbox64.dll to CI artifacts (#2696)
* [CI] Upload libwowbox64.dll to CI artifacts * [CI] Remove regular Box64 binaries from artifacts
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 591dc25c..7abcf85b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -325,12 +325,6 @@ jobs: 7z -tzip -mx=5 a box64-latest.rat files pkg-header - - name: "Upload Artifact" - uses: actions/upload-artifact@v4 - with: - name: box64-${{ matrix.platform }}-${{ matrix.type }} - path: build/box64 - - name: "Upload WCP file" if: matrix.platform == 'ANDROID_GLIBC' && matrix.type != 'StaticBuild' uses: actions/upload-artifact@v4 @@ -344,3 +338,10 @@ jobs: with: name: box64-MiceWine-${{ matrix.type }} path: build/box64-latest.rat + + - name: "Upload WowBox64 file" + if: matrix.platform == 'WOW64' && matrix.type == 'Release' + uses: actions/upload-artifact@v4 + with: + name: wowbox64-${{ matrix.type }} + path: build/wowbox64-prefix/src/wowbox64-build/libwowbox64.dll \ No newline at end of file |