Skip to content

Commit e1ee6ca

Browse files
committed
avoid uploadig dbgsym as artefact
1 parent a6308ac commit e1ee6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/upload-artifact@v4
4040
with:
4141
name: debian-package
42-
path: build-output/*.deb
42+
path: build-output/sqlpage_*.deb
4343

4444
build-rpm:
4545
name: Build RPM

0 commit comments

Comments
 (0)