mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
Second try on internal/global cache - fix5
This commit is contained in:
parent
0a2919c192
commit
d72c38ecff
4
.github/workflows/cooker.yml
vendored
4
.github/workflows/cooker.yml
vendored
|
@ -35,8 +35,8 @@ jobs:
|
|||
|
||||
- name: Generating build ID
|
||||
run: echo "${{ steps.extract_branch.outputs.branch }}-${{ steps.date.outputs.date }}"
|
||||
outputs:
|
||||
buildID: "${{ steps.extract_branch.outputs.branch }}-${{ steps.date.outputs.date }}"
|
||||
outputs:
|
||||
buildID: "${{ steps.extract_branch.outputs.branch }}-${{ steps.date.outputs.date }}"
|
||||
|
||||
Job2_-_Downloading_Sources:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue