mirror of
https://github.com/stryan/mumble-discord-bridge.git
synced 2024-11-22 21:35:44 -05:00
fix github action
This commit is contained in:
parent
c410c49095
commit
c28a9cd5f8
16
.github/workflows/build-release.yml
vendored
16
.github/workflows/build-release.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
-
|
||||
name: Install libopus-dev
|
||||
run: sudo apt-get -y install libopus-dev
|
||||
run: sudo apt update && sudo apt-get -y install libopus-dev
|
||||
-
|
||||
name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
@ -23,7 +23,7 @@ jobs:
|
||||
go-version: 1.17
|
||||
-
|
||||
name: go-license install
|
||||
run: go get github.com/google/go-licenses
|
||||
run: go install github.com/google/go-licenses@latest
|
||||
-
|
||||
name: go-license save
|
||||
run: go-licenses save ./cmd/mumble-discord-bridge --force --save_path="./dist/LICENSES"
|
||||
@ -36,9 +36,9 @@ jobs:
|
||||
args: release --rm-dist
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
-
|
||||
name: Upload assets
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: mdb
|
||||
path: dist/*
|
||||
# -
|
||||
# name: Upload assets
|
||||
# uses: actions/upload-artifact@v2
|
||||
# with:
|
||||
# name: mdb
|
||||
# path: dist/*
|
@ -20,7 +20,7 @@ builds:
|
||||
goarch:
|
||||
- amd64
|
||||
|
||||
archives:
|
||||
# archives:
|
||||
checksum:
|
||||
name_template: 'checksums.txt'
|
||||
snapshot:
|
||||
|
Loading…
Reference in New Issue
Block a user