try to publish artifacts
Mockband / build (push) Successful in 16s
Details
Mockband / build (push) Successful in 16s
Details
This commit is contained in:
parent
9bbeb1136c
commit
af0c088401
|
@ -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/*
|
||||||
|
|
Loading…
Reference in New Issue