Skip to content

Commit

Permalink
Modify the github workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
kentlouisetonino committed Aug 2, 2024
1 parent 80aa9d5 commit aa49764
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tempscale-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Build
run: make build
run: make run-build
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

```sh
# Build the main file.
chmod +x build.sh
./build.sh
chmod +x run-build.sh
./run-build.sh

# Run the CLI tool.
chmod +x run.sh
Expand Down
Binary file modified bin/tempscale
Binary file not shown.
File renamed without changes.

0 comments on commit aa49764

Please sign in to comment.