Skip to content

Commit

Permalink
Correct nightly names and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gemenerik committed Aug 12, 2024
1 parent 2891f57 commit f6c4c21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-experiment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
- name: Upload Build Artifact
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.platform }}-nightly
name: ${{ matrix.platform }}-nightly-experiment
path: firmware-${{ matrix.platform }}-nightly-experiment.zip
overwrite: true
4 changes: 2 additions & 2 deletions src/versions-nightly.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"crazyflie-release-version": "nightly",
"crazyflie-firmware-version": "2023.11",
"crazyflie2-nrf-firmware-version": "2024.2",
"crazyflie-firmware-version": "latest:master",
"crazyflie2-nrf-firmware-version": "latest:master",
"lighthouse-fpga-version": "V6",
"aideck-esp-firmware-version": "2023.06",
"aideck-gap8-examples-version": "not_included",
Expand Down

0 comments on commit f6c4c21

Please sign in to comment.