From 6891ad552f93618a3a0b8f1fd290da9f6f058454 Mon Sep 17 00:00:00 2001 From: Minoplhy Date: Thu, 5 Sep 2024 12:10:56 +0000 Subject: [PATCH] gitea-build.yaml: fix: wrong quote end --- .github/workflows/gitea-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |