Upload with use a nother version of github workspace
Some checks failed
Run short tests / run-tests (push) Successful in 1m18s
Run nightly tests / build (push) Successful in 1m16s
Run nightly tests / nightly-tests-play (push) Failing after 32s
Run nightly tests / nightly-tests (push) Successful in 34s

This commit is contained in:
2025-05-23 11:40:23 +02:00
parent 05381bde3a
commit 175e3e36a7

View File

@@ -22,7 +22,7 @@ jobs:
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
path: ${GITHUB_WORKSPACE}/src/home-automation-backend path: ${{ github.workspace }}/src/home-automation-backend
name: home-automation-backend_build_${{ github.run_number }} name: home-automation-backend_build_${{ github.run_number }}
retention-days: 1 retention-days: 1