Update test_Bt.yml
This commit is contained in:
parent
cb58dc5e7b
commit
18cdf8bca7
1 changed files with 5 additions and 1 deletions
6
.github/workflows/test_Bt.yml
vendored
6
.github/workflows/test_Bt.yml
vendored
|
@ -10,6 +10,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 'Checkout codes'
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v2
|
||||
- name: 'Get Tracker'
|
||||
run: bash ./bt.sh
|
||||
- name: 'Upload firmware directory'
|
||||
uses: actions/upload-artifact@main
|
||||
name: tracker.txt
|
||||
path: ${{env.FIRMWARE}}
|
||||
|
|
Loading…
Reference in a new issue