Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CODeRUS committed Sep 30, 2022
1 parent e115cdb commit d3d32be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/01_make_patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
mkdir -p .github/patch_data
git fetch origin
git diff origin/${{ github.base_ref }} -- . ':!.github' ':!patch' > .github/patch_data/unified_diff.patch
cp patch/*.qml patch/*.png patch/*.js patch/*.svg patch/*.qm .github/patch_data
cp patch/*.qml patch/*.png patch/*.js patch/*.svg patch/*.qm .github/patch_data |:
- name: Upload build result
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit d3d32be

Please sign in to comment.