mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 06:45:38 +00:00
Artifacts: touched tar/gz before filling it - fix2
This commit is contained in:
parent
bef48da3ee
commit
6553f7e80c
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