This commit is contained in:
@@ -20,12 +20,11 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Build Linux binary (docker)
|
||||
working-directory: .build/prod
|
||||
run: docker compose run --build --rm prod
|
||||
run: docker compose run --build --rm release-httptoolkit
|
||||
|
||||
- name: Create Gitea release & upload assets
|
||||
env:
|
||||
GITEA_SERVER_URL: ${{ gitea.server_url }}
|
||||
GITEA_REPOSITORY: ${{ gitea.repository }}
|
||||
PAT_GITEA: ${{ secrets.PAT_GITEA }}
|
||||
run: bash .build/prod/release.sh
|
||||
run: bash release.sh
|
||||
|
||||
Reference in New Issue
Block a user