Skip to content

Commit

Permalink
tweak sed
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Apr 6, 2024
1 parent 6a77aeb commit e00048e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
run: sed "s/REPLACE_VERSION/$(cat pyproject.toml | grep -E 'version = "[0-9\.]+"' -o | grep -E "[0-9\.]+" -o)/" adjustor.spec > ./pkg/adjustor.spec
- name: Rename to Nobara ver
run: >-
sed "s/Name: adjustor/Name: hhd-adjustor/" ./pkg/adjustor.spec
sed "s/Name: adjustor/Name: hhd-adjustor/" ./pkg/adjustor.spec > ./pkg/adjustor.spec
- name: Publish to COPR repo
uses: s0/git-publish-subdir-action@develop
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nobara.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: sed "s/REPLACE_VERSION/$(cat pyproject.toml | grep -E 'version = "[0-9\.]+"' -o | grep -E "[0-9\.]+" -o)/" adjustor.spec > ./pkg/adjustor.spec
- name: Rename to Nobara ver
run: >-
sed "s/Name: adjustor/Name: hhd-adjustor/" ./pkg/adjustor.spec
sed "s/Name: adjustor/Name: hhd-adjustor/" ./pkg/adjustor.spec > ./pkg/adjustor.spec
- name: Publish to COPR repo
uses: s0/git-publish-subdir-action@develop
env:
Expand Down

0 comments on commit e00048e

Please sign in to comment.