mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 01:33:23 +00:00
fix annoying typo in Copr workflow
This prevented the release from being pushed. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
21095b18fc
commit
a59d033278
1 changed files with 1 additions and 1 deletions
2
.github/workflows/fedora-copr-build.yml
vendored
2
.github/workflows/fedora-copr-build.yml
vendored
|
@ -53,5 +53,5 @@ jobs:
|
|||
- name: run the copr build script
|
||||
run: |
|
||||
cd ..
|
||||
bash -x subsurface/packaging/copr/make-package.sh ${{ github.refname }}
|
||||
bash -x subsurface/packaging/copr/make-package.sh ${{ github.ref_name }}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue