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 5da8e14 commit 00815c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/uploadFile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
run: |
df -h
ls -ltra
docker save -o "${{ github.event.inputs.fileName }}.tar" "urbancode/${{ github.event.inputs.fileName }}"
sudo docker save -o "/mnt/docker/${{ github.event.inputs.fileName }}.tar" "urbancode/${{ github.event.inputs.fileName }}"
ls -a
sudo mkdir -p "/mnt/docker/files/${{ github.event.inputs.folderName }}"
sudo mv "./${{ github.event.inputs.fileName }}.tar" "/mnt/docker/files/${{ github.event.inputs.folderName }}/"
sudo mv "/mnt/docker/${{ github.event.inputs.fileName }}.tar" "/mnt/docker/files/${{ github.event.inputs.folderName }}/"
cd /mnt/docker/files/${{ github.event.inputs.folderName }}/
ls -a
- uses: edgarrc/action-7z@v1
Expand Down

0 comments on commit 00815c1

Please sign in to comment.