From f84e97923331811eafa2d0c1ced79f55df191276 Mon Sep 17 00:00:00 2001 From: Xargon Wan Date: Thu, 5 May 2022 18:25:04 +0900 Subject: [PATCH] Artifacts: touched tar/gz before filling it - fix2 --- .github/workflows/cooker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cooker.yml b/.github/workflows/cooker.yml index 935987a5..8dd950d9 100644 --- a/.github/workflows/cooker.yml +++ b/.github/workflows/cooker.yml @@ -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