Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit bbcd90e

Browse files
authored
Correct path of file source.changes (#915)
Co-authored-by: Hien To <tominhhien97@gmail.com>
1 parent 8125c6a commit bbcd90e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cortex-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,5 +502,5 @@ jobs:
502502
echo "y" | debuild -S -sa -k${{ secrets.HOMEBREW_GPG_FINGERPRINT }}
503503
sudo pbuilder create --distribution jammy --debootstrapopts --variant=buildd
504504
sudo sudo pbuilder build ../cortexso_${{ needs.create-draft-release.outputs.version }}.dsc
505-
dput ppa:cortexlabs/cortex cortexso_${{ needs.create-draft-release.outputs.version }}_source.changes
505+
dput ppa:cortexlabs/cortex ../cortexso_${{ needs.create-draft-release.outputs.version }}_source.changes
506506

0 commit comments

Comments
 (0)