mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-17 18:58:15 +03:00
GHA fixes
This commit is contained in:
parent
5183bb5093
commit
8ac33a0278
4 changed files with 18 additions and 17 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
jobs:
|
||||
releases-matrix:
|
||||
name: Release Go Binary
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
# build and publish in parallel: linux/386, linux/amd64, darwin/386, darwin/amd64
|
||||
|
@ -24,7 +24,7 @@ jobs:
|
|||
- 7
|
||||
steps:
|
||||
# get the source code
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
# set environment
|
||||
- name: Set APP_VERSION env
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue