Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajSchlej authored Feb 14, 2025
1 parent 46b73b9 commit a370b8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
version: '13.3'
shell: sh
run: |
sudo pkg install -y zip
sudo pkg install -y zip cmake
mkdir dist
mkdir build
cd build
Expand Down Expand Up @@ -119,4 +119,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Windows x86 builds
path: ${{runner.workspace}}/dist/*.zip
path: ${{runner.workspace}}\dist\*.zip

0 comments on commit a370b8f

Please sign in to comment.