Skip to content

Commit 4e140a4

Browse files
committed
Invoke target correctly
Signed-off-by: mulhern <amulhern@redhat.com>
1 parent e362d2d commit 4e140a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- dependencies: pylint python3-into-dbus-python
2020
task: PYTHONPATH=./src make -f Makefile lint
2121
- dependencies: python python3-build twine
22-
task: package
22+
task: make -f Makefile package
2323
runs-on: ubuntu-latest
2424
container: fedora:37 # NEXT DEVELOPMENT ENVIRONMENT
2525
steps:

0 commit comments

Comments
 (0)