File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -119,16 +119,16 @@ jobs:
119
119
120
120
- name : Build package
121
121
run : |
122
- cd fedora/surface-secureboot
122
+ cd fedora
123
123
124
124
# Build the .rpm packages
125
- .. /makerpm
125
+ ./makerpm
126
126
127
127
- name : Sign packages
128
128
env :
129
129
GPG_KEY : ${{ secrets.SURFACE_GPG_KEY }}
130
130
run : |
131
- cd fedora/surface-secureboot/ out/x86_64
131
+ cd fedora/out/x86_64
132
132
133
133
# import GPG key
134
134
echo "$GPG_KEY" | base64 -d | gpg --import --no-tty --batch --yes
@@ -140,7 +140,7 @@ jobs:
140
140
uses : actions/upload-artifact@v1
141
141
with :
142
142
name : fedora-31-latest
143
- path : fedora/surface-secureboot/ out/noarch
143
+ path : fedora/out/noarch
144
144
145
145
build-f30 :
146
146
name : Build Fedora 30 package
@@ -158,16 +158,16 @@ jobs:
158
158
159
159
- name : Build package
160
160
run : |
161
- cd fedora/surface-secureboot
161
+ cd fedora
162
162
163
163
# Build the .rpm packages
164
- .. /makerpm
164
+ ./makerpm
165
165
166
166
- name : Sign packages
167
167
env :
168
168
GPG_KEY : ${{ secrets.SURFACE_GPG_KEY }}
169
169
run : |
170
- cd fedora/surface-secureboot/ out/x86_64
170
+ cd fedora/out/x86_64
171
171
172
172
# import GPG key
173
173
echo "$GPG_KEY" | base64 -d | gpg --import --no-tty --batch --yes
@@ -179,7 +179,7 @@ jobs:
179
179
uses : actions/upload-artifact@v1
180
180
with :
181
181
name : fedora-30-latest
182
- path : fedora/surface-secureboot/ out/noarch
182
+ path : fedora/out/noarch
183
183
184
184
release :
185
185
name : Publish release
You can’t perform that action at this time.
0 commit comments