Skip to content

Commit

Permalink
Add zip to supported files for Artifact (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
KuhnMn authored Oct 23, 2023
1 parent 5cbec25 commit a4ecb91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default function ArtifactUploadModal({
}

const allowedFileTypes = {
zip: ".tar.gz",
zip: ".tar.gz, .zip",
war: ".war",
};

Expand Down

0 comments on commit a4ecb91

Please sign in to comment.