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 9b74bab commit 032bb54Copy full SHA for 032bb54
.github/workflows/nightly-experiment.yml
@@ -35,5 +35,6 @@ jobs:
35
- name: Upload Build Artifact
36
uses: actions/upload-artifact@v4
37
with:
38
- name: nightly-experiment
+ name: ${{ matrix.platform }}-nightly-experiment
39
path: firmware-${{ matrix.platform }}-nightly-experiment.zip
40
+ overwrite: true
.github/workflows/nightly.yml
- name: nightly
+ name: ${{ matrix.platform }}-nightly
path: firmware-${{ matrix.platform }}-nightly.zip
0 commit comments