apt install zip

This commit is contained in:
andy5995 2022-09-25 23:02:30 -05:00
parent 1bd180f3c3
commit 86ba24ed84
No known key found for this signature in database
GPG Key ID: 228A72B49E81CB9D

View File

@ -1,6 +1,8 @@
#!/bin/bash
set -ev
apt install -y zip
OUTPUT_DIR=/github/workspace/output
mkdir -m 777 -p $OUTPUT_DIR
OUTPUT_FILE="$OUTPUT_DIR/$INPUT_NAME-$INPUT_VERSION.pyromod"