Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WhenGryphonsFly committed Aug 18, 2023
1 parent 4c8fa84 commit f5f4a40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
- name: Install to temp dir
if: env.IS_DEPLOY
shell: bash
run: sh install.sh TEMPDIR
run: |
mkdir TEMPDIR
sh install.sh TEMPDIR
- name: Create release archive
if: env.IS_DEPLOY
Expand Down

0 comments on commit f5f4a40

Please sign in to comment.