Skip to content

Commit

Permalink
Fix package name
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 ddcaa55 commit 7e567c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
echo "building: {{github.ref_name}}-$(uname -i)"
docker build -t t examples/rpms
mkdir -p /tmp/packages
docker run -i --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:
name: packages
name: packages${{ matrix.arch }}
retention-days: 7
path: |
/tmp/packages

0 comments on commit 7e567c6

Please sign in to comment.