Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletXF committed May 1, 2024
1 parent 73c77d6 commit 84ed1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_amal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: amalgamate
run: |
rm -f bms_parser.hpp bms_parser.cpp
python3 scripts/amalgamate.py bms_parser.hpp bms_parser.cpp src/**
python3 scripts/amalgamate.py bms_parser.hpp bms_parser.cpp src/*.cpp
# create new release
- name: Create Release
id: create_release
Expand Down

0 comments on commit 84ed1c8

Please sign in to comment.