Skip to content

Commit 269085b

Browse files
committed
fixup! feat(debian): add publish job
1 parent 165a790 commit 269085b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/debian.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,15 +176,13 @@ jobs:
176176
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
177177
with:
178178
name: signed-artifacts-apt
179-
path: incoming/
179+
path: _site/
180180

181181
- name: Setup Pages
182182
uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v5.0.0
183183

184184
- name: Upload artifact
185185
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
186-
with:
187-
path: incoming/
188186

189187
- name: Deploy to GitHub Pages
190188
id: deployment

0 commit comments

Comments
 (0)