Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yanorei32 committed Dec 24, 2021
1 parent 6e68bad commit 4860e82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- name: build-number
run: |
STYLE=number./build.sh
STYLE=number ./build.sh
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: build-number
run: |
STYLE=number./build.sh
STYLE=number ./build.sh
- name: pre-release
uses: "marvinpinto/action-automatic-releases@latest"
Expand Down

0 comments on commit 4860e82

Please sign in to comment.