Skip to content

Commit f6c4c21

Browse files
committed
Correct nightly names and versions
1 parent 2891f57 commit f6c4c21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nightly-experiment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
- name: Upload Build Artifact
3636
uses: actions/upload-artifact@v4
3737
with:
38-
name: ${{ matrix.platform }}-nightly
38+
name: ${{ matrix.platform }}-nightly-experiment
3939
path: firmware-${{ matrix.platform }}-nightly-experiment.zip
4040
overwrite: true

src/versions-nightly.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"crazyflie-release-version": "nightly",
3-
"crazyflie-firmware-version": "2023.11",
4-
"crazyflie2-nrf-firmware-version": "2024.2",
3+
"crazyflie-firmware-version": "latest:master",
4+
"crazyflie2-nrf-firmware-version": "latest:master",
55
"lighthouse-fpga-version": "V6",
66
"aideck-esp-firmware-version": "2023.06",
77
"aideck-gap8-examples-version": "not_included",

0 commit comments

Comments
 (0)