Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-sh committed Jun 11, 2024
1 parent c76d6bc commit 964f639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/upload-installable-zip/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
steps:
- name: Install Unzip
shell: bash
run: sudo apt-get update && sudo apt-get install unzip -y
run: apt-get update && apt-get install unzip -y

- name: Extract Zip
shell: bash
Expand Down

0 comments on commit 964f639

Please sign in to comment.