Skip to content

Commit

Permalink
Merge pull request #2 from jonas-dongowski/vue
Browse files Browse the repository at this point in the history
Getting rid of vue branch
  • Loading branch information
jonas-dongowski authored Dec 13, 2023
2 parents 620969c + 6f34fc1 commit fc40aa1
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 25 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '19.x'
- run: npm i
working-directory: ./client
- run: npm run build
working-directory: ./client
- uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: windows
goarch: amd64
asset_name: big-bans-windows-amd64
asset_name: big-bans-windows-amd64
extra_files: public
1 change: 0 additions & 1 deletion public/assets/AboutView-1d39de23.js

This file was deleted.

1 change: 0 additions & 1 deletion public/assets/AboutView-4d995ba2.css

This file was deleted.

5 changes: 0 additions & 5 deletions public/assets/index-d9f89328.js

This file was deleted.

1 change: 0 additions & 1 deletion public/assets/index-efcb3133.css

This file was deleted.

1 change: 0 additions & 1 deletion public/assets/logo-277e0e97.svg

This file was deleted.

15 changes: 0 additions & 15 deletions public/index.html

This file was deleted.

0 comments on commit fc40aa1

Please sign in to comment.