diff --git a/.github/workflows/gitea-build.yaml b/.github/workflows/gitea-build.yaml index a0ba6f8..8147660 100644 --- a/.github/workflows/gitea-build.yaml +++ b/.github/workflows/gitea-build.yaml @@ -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: |