Skip to content

Commit 5d662ce

Browse files
author
Murilo Marinho
committed
Fixing upload path
1 parent 9598de1 commit 5d662ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/autobuilder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/upload-artifact@v4
2323
with:
2424
name: debian-packages-${{ matrix.os }}
25-
path: upload/*
25+
path: .devel/upload/*
2626

2727
pre_deploy:
2828
needs: debian_builder

0 commit comments

Comments
 (0)