Also publish zip file
Mockband / build (push) Failing after 10s Details

This commit is contained in:
Neale Pickett 2024-01-05 09:06:59 -07:00
parent ce7d6107cf
commit efc67e9fe5
1 changed files with 4 additions and 2 deletions

View File

@ -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