gitea-build.yaml: fix: wrong quote end

This commit is contained in:
Minoplhy 2024-09-05 12:10:56 +00:00 committed by GitHub
parent 7db637c746
commit 6891ad552f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ jobs:
- name: Run Gitea Build (static)
run: |
echo "This Task will be run using the following tag: ${GITEA_TAG}"
curl -L https://github.com/minoplhy/scriptbox/raw/main/build_gitea/Linux/build.sh | bash -s -- --git-tag "${GITEA_TAG} --static"
curl -L https://github.com/minoplhy/scriptbox/raw/main/build_gitea/Linux/build.sh | bash -s -- --git-tag "${GITEA_TAG}" --static
- name: Zip Package
run: |