Skip to content

Commit

Permalink
update archive
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 17, 2024
1 parent a48a4c8 commit 6a40ba9
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,12 @@ jobs:
wx-config-3 --cflags
echo ${GITHUB_WORKSPACE}/wx-3.2.3/bin >> $GITHUB_PATH
- name: Make wxWidgets archive
run: |
7z a wx3.2.3.7z wx-3.2.3
- name: Save wxWidgets build
uses: actions/upload-artifact@v4
with:
name: wxWidgets-linux
path: |
wx3.2.3.7z
wx-3.2.3
- name: Build LK
run: |
Expand Down Expand Up @@ -107,14 +103,13 @@ jobs:
cp -r wxWidgets-3.2.3/build/msw/vc_* wx-3.2.3/build/msw
cp -r wxWidgets-3.2.3/include wx-3.2.3
cp -r wxWidgets-3.2.3/lib wx-3.2.3
7z a wx3.2.3.7z wx-3.2.3
- name: Save wxWidgets build
uses: actions/upload-artifact@v4
with:
name: wxWidgets-windows
path: |
wx3.2.3.7z
wx-3.2.3
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
Expand Down Expand Up @@ -162,16 +157,12 @@ jobs:
wx-config-3 --cflags
echo ${GITHUB_WORKSPACE}/wx-3.2.3/bin >> $GITHUB_PATH
- name: Make wxWidgets archive
run: |
7z a wx3.2.3.7z wx-3.2.3
- name: Save wxWidgets build
uses: actions/upload-artifact@v4
with:
name: wxWidgets-${{ matrix.os }}
path: |
wx3.2.3.7z
wx-3.2.3
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
Expand Down

0 comments on commit 6a40ba9

Please sign in to comment.