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 21, 2023
1 parent 1bb1cff commit ad0194e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,12 @@ jobs:

- name: Build with All features
run: go build -o goldwarden -v .
- uses: AButler/[email protected]
with:
files: './goldwarden'
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Build minimal featureset
run: go build -tags nofido2 -tags noautofill -o goldwarden-minimal -v .
- uses: AButler/[email protected]
with:
files: './goldwarden-minimal'
files: './goldwarden;./goldwarden-minimal'
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Validate ArchLinux PKGBUILD
uses: hapakaien/archlinux-package-action@v2
with:
Expand Down

0 comments on commit ad0194e

Please sign in to comment.