Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fxzxmicah authored Sep 17, 2024
1 parent c81b790 commit fc3d306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Apply Patches
run: |
for patch in SPECS-PATCHES/*.patch; do
file="SPECS/${patch%.patch}.spec"
file="SPECS/$(basename "$patch" .patch).spec"
if [[ -f "$file" ]]; then
patch "$file" < "$patch"
echo "Applied patch $patch to $file"
Expand Down

0 comments on commit fc3d306

Please sign in to comment.