We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2891f57 commit f6c4c21Copy full SHA for f6c4c21
.github/workflows/nightly-experiment.yml
@@ -35,6 +35,6 @@ jobs:
35
- name: Upload Build Artifact
36
uses: actions/upload-artifact@v4
37
with:
38
- name: ${{ matrix.platform }}-nightly
+ name: ${{ matrix.platform }}-nightly-experiment
39
path: firmware-${{ matrix.platform }}-nightly-experiment.zip
40
overwrite: true
src/versions-nightly.json
@@ -1,7 +1,7 @@
1
{
2
"crazyflie-release-version": "nightly",
3
- "crazyflie-firmware-version": "2023.11",
4
- "crazyflie2-nrf-firmware-version": "2024.2",
+ "crazyflie-firmware-version": "latest:master",
+ "crazyflie2-nrf-firmware-version": "latest:master",
5
"lighthouse-fpga-version": "V6",
6
"aideck-esp-firmware-version": "2023.06",
7
"aideck-gap8-examples-version": "not_included",
0 commit comments