Rename artifact

This commit is contained in:
Lee Lup Yuen 2020-07-22 11:40:22 +08:00 committed by GitHub
parent dc59bde197
commit 33270cad7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -73,10 +73,10 @@ jobs:
- name: Upload built firmware - name: Upload built firmware
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
# Artifact name # Artifact name (optional)
# name: pinetime-app.out # optional name: pinetime-app.out
# A file, directory or wildcard pattern that describes what to upload # A file, directory or wildcard pattern that describes what to upload
path: build/src/pinetime-app.* path: build/src/pinetime-app.out
# Embedded Arm Toolchain and nRF5 SDK will only be cached if the build succeeds. # Embedded Arm Toolchain and nRF5 SDK will only be cached if the build succeeds.
# So make sure that the first build always succeeds, e.g. comment out the "Make" step. # So make sure that the first build always succeeds, e.g. comment out the "Make" step.