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 c5cf5e6 commit fd8098e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
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 ./...
run: go build -tags autofill -v ./... -o goldwarden

- uses: AButler/upload-release-assets@v2.0
with:
files: 'goldwarden'
files: './goldwarden'
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fd8098e

Please sign in to comment.