mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Artifacts: touched tar/gz before filling it - fix1
This commit is contained in:
parent
4ee1acba76
commit
bef48da3ee
9
.github/workflows/cooker.yml
vendored
9
.github/workflows/cooker.yml
vendored
|
@ -34,8 +34,9 @@ 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
|
||||
|
@ -76,8 +77,8 @@ jobs:
|
|||
|
||||
# - name: Compressing cache
|
||||
# run: |
|
||||
touch /home/runner/work/RetroDECK/RetroDECK/retrodeck-cooker.tar.gz
|
||||
tar --ignore-failed-read -czvf retrodeck-cooker.tar.gz --exclude=retrodeck-cooker.tar.gz -C /home/runner/work/RetroDECK/RetroDECK .
|
||||
# touch /home/runner/work/RetroDECK/RetroDECK/retrodeck-cooker.tar.gz
|
||||
# tar --ignore-failed-read -czvf retrodeck-cooker.tar.gz --exclude=retrodeck-cooker.tar.gz -C /home/runner/work/RetroDECK/RetroDECK .
|
||||
|
||||
# - name: Upload build specific cache
|
||||
# uses: actions/upload-artifact@v3
|
||||
|
|
Loading…
Reference in a new issue