Skip to content

Commit

Permalink
fix branding of result tarball in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Sep 1, 2023
1 parent 7696060 commit cbfc27e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: collection
path: theforeman-operations-*.tar.gz
path: redhat-satellite_operations-*.tar.gz

molecule:
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ branding:
sed -i 's/foreman.example.com/satellite.example.com/g' roles/*/README.md roles/*/*/*.yml
sed -i 's/katello/satellite/g' roles/*/README.md roles/*/*/*.yml
sed -i 's#theforeman/foreman-operations-collection#RedHatSatellite/satellite-operations-collection#g' .github/workflows/*.yml
sed -i 's/theforeman-foreman/redhat-satellite-operations/g' .github/workflows/*.yml
sed -i 's/theforeman-operations/redhat-satellite_operations/g' .github/workflows/*.yml
sed -i 's/Foreman Operations Collection/Red Hat Satellite Operations Collection/g' docs/index.rst docs/conf.py
sed -i 's/The Foreman Project/Red Hat, Inc./g' docs/conf.py
sed -i 's/Foreman/Satellite/g' roles/*/README.md roles/*/*/*.yml
Expand Down

0 comments on commit cbfc27e

Please sign in to comment.