Update release.yml

This commit is contained in:
Bernd Schoolmann 2023-08-21 20:05:40 +02:00 committed by GitHub
parent 1bb1cff483
commit ad0194e1c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 7 deletions

View File

@ -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: