1
0
mirror of https://github.com/GeyserMC/GeyserOptionalPack.git synced 2025-12-19 14:59:14 +00:00

Fix version for downloads API

This commit is contained in:
rtm516
2024-02-16 16:11:24 +00:00
committed by GitHub
parent e132b8ee60
commit 9fbbaa4d39

View File

@@ -43,7 +43,7 @@ jobs:
# Set the project
project=geyseroptionalpack
# Get the version from gradle.properties
version=$(cat manifest.json | jq -r '.version | join(".")')
version=$(cat manifest.json | jq -r '.header.version | join(".")')
# Create the build folder
ssh -o StrictHostKeyChecking=no -i id_ecdsa $DOWNLOADS_USERNAME@$DOWNLOADS_SERVER_IP mkdir -p "~/uploads/$project/$GITHUB_RUN_NUMBER/"
# Copy over artifacts