mirror of
https://github.com/minoplhy/deployment.git
synced 2025-04-21 10:46:56 +00:00
gitea-build.yaml: fix: wrong quote end
This commit is contained in:
parent
7db637c746
commit
6891ad552f
2
.github/workflows/gitea-build.yaml
vendored
2
.github/workflows/gitea-build.yaml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user