Skip to content

Commit

Permalink
fix: meh\
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Aug 11, 2024
1 parent 0d2b1b8 commit 2e252e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ jobs:
id: cpp2b-binary
with:
name: 'cpp2b-${{ matrix.os }}'
- run: 'chmod +x ./cpp2b && ./cpp2b build'
- run: 'chmod +x ../../cpp2b && ../../cpp2b build'
if: "!contains(matrix.os, 'windows')"
working-directory: "examples/${{ matrix.example }}"
- run: .\cpp2b.exe build
- run: ..\..\cpp2b.exe build
if: "contains(matrix.os, 'windows')"
working-directory: 'examples/${{ matrix.example }}'

0 comments on commit 2e252e8

Please sign in to comment.