mirror of
https://github.com/Xevion/HATray.git
synced 2025-12-06 01:15:11 -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
|
- name: Install Task
|
||||||
uses: arduino/setup-task@v2
|
uses: arduino/setup-task@v2
|
||||||
|
with:
|
||||||
|
version: "3.x"
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build Linux Binary
|
- name: Build Linux Binary
|
||||||
run: task build
|
run: task build
|
||||||
@@ -57,6 +60,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Task
|
- name: Install Task
|
||||||
uses: arduino/setup-task@v2
|
uses: arduino/setup-task@v2
|
||||||
|
with:
|
||||||
|
version: "3.x"
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build Windows Binary
|
- name: Build Windows Binary
|
||||||
run: task build
|
run: task build
|
||||||
|
|||||||
Reference in New Issue
Block a user