Artifacts: touched tar/gz before filling it - fix1

This commit is contained in:
Xargon Wan 2022-05-05 18:24:16 +09:00
parent 4ee1acba76
commit bef48da3ee

View file

@ -34,6 +34,7 @@ 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 }}"
@ -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