Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
  • Loading branch information
kfox1111 committed Jan 22, 2025
1 parent a348250 commit ddcaa55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo "building: {{github.ref_name}}-$(uname -i)"
docker build -t t examples/rpms
mkdir -p /tmp/packages
docker run -it --rm -v /tmp:/tmp t cp -a /usr/share/nginx/html/* /tmp/packages
docker run -i --rm -v /tmp:/tmp t cp -a /usr/share/nginx/html/* /tmp/packages
- name: Archive artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit ddcaa55

Please sign in to comment.