More workflow fixes
This commit is contained in:
parent
807d4d0585
commit
c8c69a39b4
1 changed files with 5 additions and 4 deletions
|
@ -66,7 +66,7 @@ jobs:
|
||||||
!dist/BTClockOTA.app
|
!dist/BTClockOTA.app
|
||||||
build-windows:
|
build-windows:
|
||||||
if: ${{ github.event.inputs.build == 'all' || github.event.inputs.build == 'windows' }}
|
if: ${{ github.event.inputs.build == 'all' || github.event.inputs.build == 'windows' }}
|
||||||
runs-on: docker
|
runs-on: docker-amd64
|
||||||
container:
|
container:
|
||||||
image: batonogov/pyinstaller-windows:latest
|
image: batonogov/pyinstaller-windows:latest
|
||||||
permissions:
|
permissions:
|
||||||
|
@ -84,11 +84,12 @@ jobs:
|
||||||
path: dist/
|
path: dist/
|
||||||
build-linux:
|
build-linux:
|
||||||
if: ${{ github.event.inputs.build == 'all' || github.event.inputs.build == 'linux' }}
|
if: ${{ github.event.inputs.build == 'all' || github.event.inputs.build == 'linux' }}
|
||||||
runs-on: docker
|
runs-on: docker-amd64
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/btclock/pyinstaller-wxpython-linux:latest
|
image: ghcr.io/btclock/pyinstaller-wxpython-linux:latest
|
||||||
username: dsbaars
|
credentials:
|
||||||
password: ${{ secrets.GH_TOKEN }}
|
username: dsbaars
|
||||||
|
password: ${{ secrets.GH_TOKEN }}
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue