Skip to content

Commit

Permalink
use env for artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 21, 2024
1 parent 02f37db commit 2bb9673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
name: wxWidgets-linux
path: |
$WXMSW3
${{ env.WXMSW3 }}
- name: Build LK
run: |
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
with:
name: wxWidgets-${{ matrix.os }}
path: |
$WXMSW3
${{ env.WXMSW3 }}
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
Expand Down

0 comments on commit 2bb9673

Please sign in to comment.