Skip to content

Commit

Permalink
fix(ci): add mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Nov 16, 2023
1 parent 37f03d9 commit 82296ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
- name: Build Test(GUI)
run: npm run build

- name: Make outputs dir
run: mkdir -p ./gui
- name: Compress outputs(Windows)
shell: pwsh
if: ${{ runner.os }} == 'Windows'
Expand Down

0 comments on commit 82296ec

Please sign in to comment.