Skip to content

Commit

Permalink
update rm command for runner usage
Browse files Browse the repository at this point in the history
  • Loading branch information
warmpigman committed Jun 14, 2024
1 parent f491163 commit 5d0d029
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 . && \
rm -r -- !(org.unofficialrevport.REVHubInterface.yml|python3-requirements.json)
bash 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 5d0d029

Please sign in to comment.