mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 22:15:39 +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
|
- name: Generating build ID
|
||||||
run: echo "${{ steps.extract_branch.outputs.branch }}-${{ steps.date.outputs.date }}"
|
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:
|
# Job2_-_Downloading_Sources:
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
@ -76,8 +77,8 @@ jobs:
|
||||||
|
|
||||||
# - name: Compressing cache
|
# - name: Compressing cache
|
||||||
# run: |
|
# run: |
|
||||||
touch /home/runner/work/RetroDECK/RetroDECK/retrodeck-cooker.tar.gz
|
# 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 .
|
# 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
|
# - name: Upload build specific cache
|
||||||
# uses: actions/upload-artifact@v3
|
# uses: actions/upload-artifact@v3
|
||||||
|
|
Loading…
Reference in a new issue