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 e2fb1ef commit c6d6ccd
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 @@ -46,7 +46,7 @@ jobs:
ls -a
- uses: edgarrc/action-7z@v1
with:
args: 7z a -v50m /mnt/docker/"${{ github.event.inputs.folderName }}/${{ github.event.inputs.fileName }}.tar.7z" /mnt/docker/"${{ github.event.inputs.folderName }}/${{ github.event.inputs.fileName }}.tar"
args: 7z a -v50m /mnt/docker/files/"${{ github.event.inputs.folderName }}/${{ github.event.inputs.fileName }}.tar.7z" /mnt/docker/files/"${{ github.event.inputs.folderName }}/${{ github.event.inputs.fileName }}.tar"
- name: Commit changes
run: |
git init
Expand Down

0 comments on commit c6d6ccd

Please sign in to comment.