We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f6d62d commit 87d67aeCopy full SHA for 87d67ae
1 file changed
.github/workflows/release.yml
@@ -34,8 +34,11 @@ jobs:
34
mkdir -p "${HOME}/.config"
35
echo "${API_TOKEN_CONTENT}" > "${HOME}/.config/copr"
36
37
+ - name: Check out
38
+ uses: actions/checkout@v4
39
+
40
- name: Trigger build in Copr
41
run: |
42
copr build-package \
- --name "$(ls *.spec | sed 's/\.spec//')" \
43
+ --name "$(echo *.spec | sed 's/\.spec//')" \
44
wehagy/protonplus
0 commit comments