diff --git a/.github/workflows/package-publish.yml b/.github/workflows/package-publish.yml index 5e630d3..4952106 100644 --- a/.github/workflows/package-publish.yml +++ b/.github/workflows/package-publish.yml @@ -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/" adjustor.spec > ./pkg/adjustor.spec + sed "s/Name: adjustor/Name: hhd-adjustor/" ./pkg/adjustor.spec - name: Publish to COPR repo uses: s0/git-publish-subdir-action@develop env: diff --git a/.github/workflows/publish-nobara.yml b/.github/workflows/publish-nobara.yml index 74bd6e4..6618639 100644 --- a/.github/workflows/publish-nobara.yml +++ b/.github/workflows/publish-nobara.yml @@ -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/" adjustor.spec > ./pkg/adjustor.spec + sed "s/Name: adjustor/Name: hhd-adjustor/" ./pkg/adjustor.spec - name: Publish to COPR repo uses: s0/git-publish-subdir-action@develop env: