Skip to content

Commit 87d67ae

Browse files
committed
a
Signed-off-by: Wesley Gimenes <wehagy@proton.me>
1 parent 9f6d62d commit 87d67ae

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,11 @@ jobs:
3434
mkdir -p "${HOME}/.config"
3535
echo "${API_TOKEN_CONTENT}" > "${HOME}/.config/copr"
3636
37+
- name: Check out
38+
uses: actions/checkout@v4
39+
3740
- name: Trigger build in Copr
3841
run: |
3942
copr build-package \
40-
--name "$(ls *.spec | sed 's/\.spec//')" \
43+
--name "$(echo *.spec | sed 's/\.spec//')" \
4144
wehagy/protonplus

0 commit comments

Comments
 (0)