m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-17 09:33:38 -05:00

Merge branch 'main' into v3

This commit is contained in:
Sergio
2024-10-27 20:25:06 +02:00

View File

@@ -18,7 +18,8 @@ jobs:
else else
TAG="${GITHUB_REF_NAME}-nightly" TAG="${GITHUB_REF_NAME}-nightly"
fi fi
echo "tag=$TAG" >> $GITHUB_ENV echo "Using tag $TAG"
echo "tag=$TAG" >> $GITHUB_OUTPUT
build-binaries: build-binaries:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: