Skip to content

Commit e074c7a

Browse files
committed
build-deb.yml: Store .deb as artifact unconditionally
1 parent 5c7bd44 commit e074c7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build-deb.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434

3535
- name: Save .deb as workflow artifact
36-
if: github.event_name != 'release'
3736
uses: actions/upload-artifact@v4
3837
with:
3938
name: deb-package

0 commit comments

Comments
 (0)