mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 14:35:39 +00:00
Second try on internal/global cache - fix4
This commit is contained in:
parent
cf3e087941
commit
c1ddac1497
1
.github/workflows/cooker.yml
vendored
1
.github/workflows/cooker.yml
vendored
|
@ -35,6 +35,7 @@ jobs:
|
||||||
|
|
||||||
- name: Generating build ID
|
- name: Generating build ID
|
||||||
id: generating-buildID
|
id: generating-buildID
|
||||||
|
run: echo "${{ steps.extract_branch.outputs.branch }}-${{ steps.date.outputs.date }}"
|
||||||
outputs:
|
outputs:
|
||||||
buildID: "${{ steps.extract_branch.outputs.branch }}-${{ steps.date.outputs.date }}"
|
buildID: "${{ steps.extract_branch.outputs.branch }}-${{ steps.date.outputs.date }}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue