Skip to content

Commit

Permalink
mkdir cmd changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdailey99 committed Jan 16, 2024
1 parent d1e1443 commit b9714bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
echo "Unzip Provar ANT Files"
unzip -q Provar_ANT_${{ env.provar_major_version }}.zip -d $GITHUB_WORKSPACE/ProvarHome
mkdir $HOME/Provar/.licenses
mkdir -p $HOME/Provar/.licenses
echo ${{ secrets.PROVAR_LICENSE }} >> $HOME/Provar/.licenses/Execution.properties
ls -la ${{ env.provar_home }}
ls -la ${{ env.provar_home }}/provardx
Expand Down

0 comments on commit b9714bb

Please sign in to comment.