Skip to content

Commit c2e5caa

Browse files
committed
fix working-directory
1 parent e8785ef commit c2e5caa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
# sudo dpkg -i QBDI.deb
4747

4848
- name: Get and build QBDI (macos)
49+
working-directory: benchmarking-tool
4950
if: ${{ matrix.os == 'macos-latest' }}
5051
run: |
5152
curl https://github.com/QBDI/QBDI/releases/download/v0.12.0/QBDI-0.12.0-osx-AARCH64.pkg -L > QBDI.pkg
@@ -159,6 +160,7 @@ jobs:
159160

160161
- name: Get QBDI (macos)
161162
if: ${{ matrix.os == 'macos-latest' }}
163+
working-directory: benchmarking-tool
162164
run: |
163165
curl https://github.com/QBDI/QBDI/releases/download/v0.12.0/QBDI-0.12.0-osx-AARCH64.pkg -L > QBDI.pkg
164166
sudo installer -pkg QBDI.pkg -target ~

0 commit comments

Comments
 (0)