Skip to content

Commit a354edc

Browse files
committed
Fix Fedora output directory path
1 parent 14c2997 commit a354edc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
env:
129129
GPG_KEY: ${{ secrets.SURFACE_GPG_KEY }}
130130
run: |
131-
cd fedora/out/x86_64
131+
cd fedora/out/noarch
132132
133133
# import GPG key
134134
echo "$GPG_KEY" | base64 -d | gpg --import --no-tty --batch --yes
@@ -167,7 +167,7 @@ jobs:
167167
env:
168168
GPG_KEY: ${{ secrets.SURFACE_GPG_KEY }}
169169
run: |
170-
cd fedora/out/x86_64
170+
cd fedora/out/noarch
171171
172172
# import GPG key
173173
echo "$GPG_KEY" | base64 -d | gpg --import --no-tty --batch --yes

0 commit comments

Comments
 (0)