We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c5722 commit 55c647aCopy full SHA for 55c647a
1 file changed
action.yml
@@ -45,7 +45,7 @@ runs:
45
- name: Extract Codee artifact
46
shell: bash
47
run: |
48
- if [[ "${{ steps.mapping.outputs.codee_archive_extension }}" ]]; then
+ if [[ "${{ steps.mapping.outputs.codee_archive_extension }}" == "zip" ]]; then
49
unzip /tmp/codee.zip -d /tmp/codee-tmp
50
mv /tmp/codee-tmp/* /tmp/codee/
51
rm -f /tmp/codee-tmp
0 commit comments