Skip to content

Commit

Permalink
force remove
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellpeck committed Oct 4, 2024
1 parent 8d37566 commit 11741e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fileName: "*.vsix"
- name: Unpack flowR release
run: |
rm -r extensions/vscode-flowr
rm -rf extensions/vscode-flowr
mkdir extensions/vscode-flowr
unzip -o *.vsix -d extensions/vscode-flowr
rm *.vsix
Expand Down

0 comments on commit 11741e2

Please sign in to comment.