Skip to content

Commit

Permalink
Update uploadFile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
madhavbk authored Jul 15, 2024
1 parent 8978d0b commit 8785729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/uploadFile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
- uses: actions/checkout@v3
- name: Docker Save as TAR
run: |
df -h
docker save -o "${{ github.event.inputs.fileName }}.tar" "urbancode/${{ github.event.inputs.fileName }}"
ls -a
mkdir -p "files/${{ github.event.inputs.folderName }}"
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"
Expand Down

0 comments on commit 8785729

Please sign in to comment.