Skip to content

Commit

Permalink
Update manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRedNet authored Sep 12, 2024
1 parent 0478b10 commit d022cdc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
go-version: 1.19
- name: Install Task
uses: arduino/setup-task@v1
- name: Setup deps and build embedFS
run: task build-deps
- name: Build
run: task build-all
run: task build-all-concurrent
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit d022cdc

Please sign in to comment.