Skip to content

Commit

Permalink
fix: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsJimi committed Mar 23, 2021
1 parent 448d968 commit 56614ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
release:
runs-on: "ubuntu-latest"
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: "Build"
run: |
./build.sh
Expand Down

0 comments on commit 56614ee

Please sign in to comment.