try to publish artifacts
Mockband / build (push) Successful in 16s Details

This commit is contained in:
Neale Pickett 2024-01-04 21:23:21 -07:00
parent 9bbeb1136c
commit af0c088401
1 changed files with 10 additions and 3 deletions

View File

@ -4,7 +4,14 @@ jobs:
build: build:
runs-on: runs-on:
- arduino - arduino
env:
PACKAGE_API_TOKEN: ${PACKAGE_API_TOKEN}
steps: steps:
- run: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY . - name: check out repository
- run: .gitea/build.sh run: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY .
- run: .gitea/publish.sh out/* - name: build
run: .gitea/build.sh
- name: publish
env:
PACKAGE_API_TOKEN: ${{ secrets.PACKAGE_API_TOKEN }}
run: .gitea/publish.sh out/*