mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 11:36:59 +03:00
update workflow dependency
This commit is contained in:
4
.github/workflows/Platform_build.yml
vendored
4
.github/workflows/Platform_build.yml
vendored
@@ -88,7 +88,7 @@ jobs:
|
|||||||
git commit -m "Update prebuilt objects [skip actions]"
|
git commit -m "Update prebuilt objects [skip actions]"
|
||||||
git push https://${{secrets.github_token}}@github.com/sle118/squeezelite-esp32.git
|
git push https://${{secrets.github_token}}@github.com/sle118/squeezelite-esp32.git
|
||||||
- name: Locally store commonly built objects
|
- name: Locally store commonly built objects
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: prebuilt_objects
|
name: prebuilt_objects
|
||||||
path: |
|
path: |
|
||||||
@@ -130,7 +130,7 @@ jobs:
|
|||||||
git status
|
git status
|
||||||
build_tools.py environment --build ${{ needs.bootstrap.outputs.build_number }} --env_file "$GITHUB_ENV" --node "${{matrix.node}}" --depth ${{matrix.depth}} --major 2 --docker sle118/squeezelite-esp32-idfv435
|
build_tools.py environment --build ${{ needs.bootstrap.outputs.build_number }} --env_file "$GITHUB_ENV" --node "${{matrix.node}}" --depth ${{matrix.depth}} --major 2 --docker sle118/squeezelite-esp32-idfv435
|
||||||
|
|
||||||
- uses: actions/download-artifact@master
|
- uses: actions/download-artifact@v4
|
||||||
name: Restore common objects
|
name: Restore common objects
|
||||||
with:
|
with:
|
||||||
name: prebuilt_objects
|
name: prebuilt_objects
|
||||||
|
|||||||
Reference in New Issue
Block a user