Skip to content

Commit

Permalink
fix paths for artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 21, 2024
1 parent 768b8ee commit 02f37db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ jobs:
make install
sudo ln -s $HOME/wx-3.2.3/bin/wx-config /usr/local/bin/wx-config-3
wx-config-3 --cflags
echo ${HOME}/wx-3.2.3/bin >> $GITHUB_PATH
echo $HOME/wx-3.2.3/bin >> $GITHUB_PATH
- name: Save wxWidgets build
uses: actions/upload-artifact@v4
with:
name: wxWidgets-linux
path: |
${HOME}/wx-3.2.3
$WXMSW3
- name: Build LK
run: |
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
with:
name: wxWidgets-${{ matrix.os }}
path: |
${HOME}/wx-3.2.3
$WXMSW3
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
Expand Down

0 comments on commit 02f37db

Please sign in to comment.