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 404b18b commit 8d7e90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ 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 -o goldwarden -v ./...
run: go build -tags autofill -o goldwarden -v .

- uses: AButler/upload-release-assets@v2.0
with:
Expand Down

0 comments on commit 8d7e90d

Please sign in to comment.