We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b18f8ba commit 8a0bfa2Copy full SHA for 8a0bfa2
1 file changed
.github/workflows/cmake.yml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Compress action step
59
if: matrix.os == 'windows-latest'
60
- run: dir build
+ run: dir build/Release
61
62
63
if: matrix.os != 'windows-latest'
@@ -74,7 +74,7 @@ jobs:
74
uses: a7ul/tar-action@v1.1.0
75
with:
76
command: c
77
- cwd: ./build
+ cwd: ./build/Release
78
files: |
79
./minesweeper.exe
80
outPath: ./build/minesweeper-${{ matrix.os }}.tar.gz
0 commit comments