Also publish zip file
Mockband / build (push) Failing after 10s
Details
Mockband / build (push) Failing after 10s
Details
This commit is contained in:
parent
ce7d6107cf
commit
efc67e9fe5
|
@ -9,9 +9,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: check out repository
|
- name: check out repository
|
||||||
run: git clone -b $GITHUB_REF_NAME $GITHUB_SERVER_URL/$GITHUB_REPOSITORY .
|
run: git clone -b $GITHUB_REF_NAME $GITHUB_SERVER_URL/$GITHUB_REPOSITORY .
|
||||||
- name: build
|
- name: build firmwares
|
||||||
run: make
|
run: make
|
||||||
|
- name: build zip file
|
||||||
|
run: make dist
|
||||||
- name: publish
|
- name: publish
|
||||||
env:
|
env:
|
||||||
PACKAGE_API_TOKEN: ${{ secrets.PACKAGE_API_TOKEN }}
|
PACKAGE_API_TOKEN: ${{ secrets.PACKAGE_API_TOKEN }}
|
||||||
run: .gitea/publish.sh build/*.hex
|
run: .gitea/publish.sh build/*.zip build/*.hex
|
||||||
|
|
Loading…
Reference in New Issue