Update release.yml
This commit is contained in:
parent
1bb1cff483
commit
ad0194e1c4
|
@ -25,18 +25,12 @@ jobs:
|
||||||
|
|
||||||
- name: Build with All features
|
- name: Build with All features
|
||||||
run: go build -o goldwarden -v .
|
run: go build -o goldwarden -v .
|
||||||
- uses: AButler/upload-release-assets@v2.0
|
|
||||||
with:
|
|
||||||
files: './goldwarden'
|
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
- name: Build minimal featureset
|
- name: Build minimal featureset
|
||||||
run: go build -tags nofido2 -tags noautofill -o goldwarden-minimal -v .
|
run: go build -tags nofido2 -tags noautofill -o goldwarden-minimal -v .
|
||||||
- uses: AButler/upload-release-assets@v2.0
|
- uses: AButler/upload-release-assets@v2.0
|
||||||
with:
|
with:
|
||||||
files: './goldwarden-minimal'
|
files: './goldwarden;./goldwarden-minimal'
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Validate ArchLinux PKGBUILD
|
- name: Validate ArchLinux PKGBUILD
|
||||||
uses: hapakaien/archlinux-package-action@v2
|
uses: hapakaien/archlinux-package-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue