mirror of
https://github.com/Xevion/HATray.git
synced 2025-12-06 05:15:17 -06:00
ci: specify task version & provide GITHUB_TOKEN
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -20,6 +20,9 @@ jobs:
|
||||
|
||||
- name: Install Task
|
||||
uses: arduino/setup-task@v2
|
||||
with:
|
||||
version: "3.x"
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Build Linux Binary
|
||||
run: task build
|
||||
@@ -57,6 +60,9 @@ jobs:
|
||||
|
||||
- name: Install Task
|
||||
uses: arduino/setup-task@v2
|
||||
with:
|
||||
version: "3.x"
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Build Windows Binary
|
||||
run: task build
|
||||
|
||||
Reference in New Issue
Block a user