Upload with use a nother version of github workspace
This commit is contained in:
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user