Skip to content

Commit

Permalink
Rename firmware fetch to wildcards
Browse files Browse the repository at this point in the history
  • Loading branch information
treideme committed Feb 16, 2024
1 parent 154442d commit 8d609b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -105,7 +105,7 @@ jobs:
with:
repository: "labforge/bottlenose"
latest: true
fileName: "firmware-bottlenose.tar"
fileName: "firmware-bottlenose*.tar"
tarBall: false
zipBall: false
out-file-path: "firmware"
Expand All @@ -127,7 +127,7 @@ jobs:
source venv/bin/activate
pip install -r requirements.txt
source /opt/pleora/ebus_sdk/Ubuntu-22.04-x86_64/bin/set_puregev_env.sh
python uploader.py -t firmware -i "$(</tmp/bottlenose.ip)" -f ./../../firmware/firmware-bottlenose.tar
python uploader.py -t firmware -i "$(</tmp/bottlenose.ip)" -f ./../../firmware/firmware-bottlenose*.tar
- name: Power off CI for testing
uses: ./.github/workflows/ci/power
Expand Down

0 comments on commit 8d609b0

Please sign in to comment.