Skip to content

Commit

Permalink
Merge branch 'htmx' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinfuchs committed Sep 11, 2023
2 parents eebf77b + 3bd17d1 commit 087e8cf
Show file tree
Hide file tree
Showing 76 changed files with 3,306 additions and 45,353 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/clippy.yml

This file was deleted.

38 changes: 17 additions & 21 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,28 @@
name: Release Builds

on:
release:
types: [created]

name: Release
jobs:
release:
name: release ${{ matrix.target }}
name: Release Vaultbin
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- target: x86_64-pc-windows-gnu
archive: zip
- target: x86_64-unknown-linux-musl
archive: tar.gz tar.xz
- target: x86_64-apple-darwin
archive: zip
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v2
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ">=1.21.0"
check-latest: true
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
node-version: '16'
- run: npm install && npm run build
working-directory: ./frontend
- name: Compile and release
uses: rust-build/rust-build.action@latest
distribution: goreleaser
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUSTTARGET: ${{ matrix.target }}
ARCHIVE_TYPES: ${{ matrix.archive }}
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/target
data
.DS_Store
.DS_Store
vaultbin.db
vaultbin
vaultbin.toml
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
builds:
- binary: vaultbin
Loading

0 comments on commit 087e8cf

Please sign in to comment.