Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten authored Aug 2, 2023
1 parent 2a8d485 commit c5cf5e6
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,27 @@ permissions:
packages: write

jobs:
release-linux-amd64:
name: release linux/amd64
build_linux_x86_64:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: wangyoucao577/go-release-action@v1

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'

- name: Install libfido2-dev
run: sudo apt-get install -y libfido2-dev

- name: Install gio dependencies
run: sudo apt-get install -y gcc pkg-config libwayland-dev libx11-dev libx11-xcb-dev libxkbcommon-x11-dev libgles2-mesa-dev libegl1-mesa-dev libffi-dev libxcursor-dev libvulkan-dev

- name: Build with Autofill
run: go build -tags autofill -v ./...

- uses: AButler/upload-release-assets@v2.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: amd64
pre_command: apt-get update -y && apt-get install -y libfido2-dev
files: 'goldwarden'
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c5cf5e6

Please sign in to comment.