Skip to content

Commit a70a623

Browse files
Update build-deb.yaml
1 parent cd8b1be commit a70a623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
146146
curl -X POST https://deb.burger-system.de/upload \
147147
-H "Authorization: Bearer $DEPLOY_TOKEN" \
148-
-F "deb=@../${FILENAME}"
148+
-F "deb=@${FILENAME}"
149149
# -F "changes=@../yourpackage.changes" \
150150
# -F "dsc=@../yourpackage.dsc"
151151

0 commit comments

Comments
 (0)