Update tests.yml
This commit is contained in:
parent
db77b876bc
commit
34601a99a1
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -45,6 +45,8 @@ jobs:
|
|||||||
name: Run Tests on Raspberry Pi OS
|
name: Run Tests on Raspberry Pi OS
|
||||||
needs: clone-setup-install
|
needs: clone-setup-install
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Restore Workspace
|
- name: Restore Workspace
|
||||||
@ -101,7 +103,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ env.version }}
|
tag_name: ${{ env.version }}
|
||||||
files: inkycal_os.img/inkycal_os.img
|
files: inkycal_os.img
|
||||||
|
|
||||||
generate-docs:
|
generate-docs:
|
||||||
name: Generate Docs
|
name: Generate Docs
|
||||||
|
Loading…
Reference in New Issue
Block a user