Skip to content

Commit

Permalink
Testing XVII
Browse files Browse the repository at this point in the history
Surely NOW NOW it'll work.
  • Loading branch information
Mileter committed Jun 27, 2024
1 parent 3f3344b commit f97d578
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: build-linux
# path: /build
path: ${{github.workspace}}/build
build-windows:
runs-on: windows-latest

Expand All @@ -61,7 +61,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: build-windows
# path: /build
path: ${{github.workspace}}/build
build-macos:
runs-on: macos-latest

Expand All @@ -85,5 +85,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: build-macos
# path: build
path: ${{github.workspace}}/build

0 comments on commit f97d578

Please sign in to comment.