diff --git a/.github/workflows/uploadFile.yml b/.github/workflows/uploadFile.yml index 6e2e1f4..736f2da 100644 --- a/.github/workflows/uploadFile.yml +++ b/.github/workflows/uploadFile.yml @@ -38,6 +38,7 @@ jobs: mv "./${{ github.event.inputs.fileName }}.tar" "files/${{ github.event.inputs.folderName }}/" cd files/${{ github.event.inputs.folderName }}/ ls -a + df -h - uses: edgarrc/action-7z@v1 with: args: 7z a -v50m "./files/${{ github.event.inputs.folderName }}/${{ github.event.inputs.fileName }}.tar.7z" "./files/${{ github.event.inputs.folderName }}/${{ github.event.inputs.fileName }}.tar"