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