Update build.yaml

This commit is contained in:
CaCO3
2022-09-29 19:21:23 +02:00
committed by GitHub
parent bb924531ef
commit f335c17f0d

View File

@@ -189,6 +189,11 @@ jobs:
./sd-card/html/version.txt ./sd-card/html/version.txt
key: ${{ github.run_number }} key: ${{ github.run_number }}
- name: Set Variables
id: vars
run: |
echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
- name: Prepare artifacts for release - name: Prepare artifacts for release
run: | run: |
mkdir -p firmware mkdir -p firmware