Skip to content

Commit 6c71dfa

Browse files
authored
Merge pull request #88 from mulkieran/fix-weekly-task
Invoke target correctly
2 parents e362d2d + 4e140a4 commit 6c71dfa

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)