Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add .github directory
Browse files Browse the repository at this point in the history
bodji committed Sep 24, 2021
1 parent aedf151 commit eb5b027
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -16,14 +16,23 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: Setup NodeJS
uses: actions/setup-node@v2
with:
node-version: '14'

- name: Make the frontend
run: "make frontend"

- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

- name: Build plik
uses: wangyoucao577/go-release-action@master
with:
project_path: server
extra_files: "server/webapp changelog"
project_path: "server"
github_token: ${{ secrets.GITHUBTOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}

0 comments on commit eb5b027

Please sign in to comment.