We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d07d56 commit 1075589Copy full SHA for 1075589
.github/workflows/examples.yaml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
mkdir -p "master_binaries/esp32-build"
37
scripts/helpers/bloat_check.py \
38
- --job "ESP32 Examples" \
+ --job "${{ env.BUILD_TYPE }} Examples" \
39
--artifact-download-dir "master_binaries/$BUILD_TYPE-build" \
40
--build-output-dir "example_binaries/$BUILD_TYPE-build" \
41
--report-file bloat_report.txt \
@@ -54,7 +54,7 @@ jobs:
54
- name: Uploading Binaries
55
uses: actions/upload-artifact@v1
56
with:
57
- name: ${{ env.BUILD_TYPE }}-example-build
+ name: ${{ env.BUILD_TYPE }}-example-build-${{ github.sha }}
58
path: /tmp/output_binaries/${{ env.BUILD_TYPE }}-build
59
60
nrf:
0 commit comments