Обновить .gitea/workflows/build.yml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 14s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 14s
This commit is contained in:
parent
93dd90e355
commit
b0a3292d9f
|
@ -12,7 +12,7 @@ jobs:
|
|||
- run: echo "${{ vars.url }}${{ gitea.repository }}"
|
||||
- name: Build the packages
|
||||
run: |
|
||||
git clone ${{ vars.url }}/${{ gitea.repository }}
|
||||
git clone ${{ vars.url }}${{ gitea.repository }}
|
||||
pwd
|
||||
cd projman/debian
|
||||
./build-deb-projman.sh"
|
||||
|
|
Loading…
Reference in New Issue
Block a user