Skip to content

Commit

Permalink
remove bash usage and revert for runner and add escape characters
Browse files Browse the repository at this point in the history
  • Loading branch information
warmpigman committed Jun 14, 2024
1 parent 5d0d029 commit f7806a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: rm -rf * .git .github .gitignore && git clone https://github.com/unofficial-rev-port/REVHubInterface . && \
mv flatpak/org.unofficialrevport.REVHubInterface.yml . && \
mv flatpak/python3-requirements.json . && \
bash rm -r -- !(org.unofficialrevport.REVHubInterface.yml|python3-requirements.json)
rm -r -- \!\(org.unofficialrevport.REVHubInterface.yml\|python3-requirements.json\)
- name: "remove old tag"
id: removeOldTag
uses: mikefarah/yq@master
Expand Down

0 comments on commit f7806a9

Please sign in to comment.