Skip to content

Commit

Permalink
Fix copy command for nginx copy
Browse files Browse the repository at this point in the history
  • Loading branch information
cawilliamson committed Mar 13, 2024
1 parent 1872ea0 commit 5fdd851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-gsi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
buildDate=$(cat cachedBuildDate.txt)
webDir="/var/www/html/${ROM_VERSION}-${buildDate}"
mkdir -p "${webDir}"
cp -v *.img "${webDir}/" \;
cp -v *.img "${webDir}/"
working-directory: tmp
- name: cleanup work directory
uses: eviden-actions/clean-self-hosted-runner@v1
Expand Down

0 comments on commit 5fdd851

Please sign in to comment.