From 18cdf8bca7f4928b72782ba4cbda043ca8564152 Mon Sep 17 00:00:00 2001 From: lesfox Date: Tue, 31 Jan 2023 23:08:16 +0800 Subject: [PATCH] Update test_Bt.yml --- .github/workflows/test_Bt.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_Bt.yml b/.github/workflows/test_Bt.yml index c9e1e89..c25aa8f 100644 --- a/.github/workflows/test_Bt.yml +++ b/.github/workflows/test_Bt.yml @@ -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}}