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 afee17d commit 2843ef6
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 @@ -24,7 +24,7 @@ jobs:
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Create Folder
run: |
mkdir -p /mnt/docker/tmp
sudo mkdir -p /mnt/docker/tmp
echo "TMPDIR=/mnt/docker/tmp" >> $GITHUB_ENV
mkdir files
mkdir "files/${{ github.event.inputs.folderName }}"
Expand Down

0 comments on commit 2843ef6

Please sign in to comment.