We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c2997 commit a354edcCopy full SHA for a354edc
.github/workflows/package.yml
@@ -128,7 +128,7 @@ jobs:
128
env:
129
GPG_KEY: ${{ secrets.SURFACE_GPG_KEY }}
130
run: |
131
- cd fedora/out/x86_64
+ cd fedora/out/noarch
132
133
# import GPG key
134
echo "$GPG_KEY" | base64 -d | gpg --import --no-tty --batch --yes
@@ -167,7 +167,7 @@ jobs:
167
168
169
170
171
172
173
0 commit comments