Skip to content

Commit 8a0bfa2

Browse files
authored
Update cmake.yml
1 parent b18f8ba commit 8a0bfa2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Compress action step
5959
if: matrix.os == 'windows-latest'
60-
run: dir build
60+
run: dir build/Release
6161

6262
- name: Compress action step
6363
if: matrix.os != 'windows-latest'
@@ -74,7 +74,7 @@ jobs:
7474
uses: a7ul/tar-action@v1.1.0
7575
with:
7676
command: c
77-
cwd: ./build
77+
cwd: ./build/Release
7878
files: |
7979
./minesweeper.exe
8080
outPath: ./build/minesweeper-${{ matrix.os }}.tar.gz

0 commit comments

Comments
 (0)