Compare commits
2 Commits
1.1.27-bet
...
1.1.27-bet
Author | SHA1 | Date | |
---|---|---|---|
![]() |
024ffd85f3 | ||
![]() |
e171820614 |
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
name: Release Authorizer Binary
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: "16"
|
||||
@@ -68,7 +68,7 @@ jobs:
|
||||
make clean && \
|
||||
CGO_ENABLED=1 make && \
|
||||
tar cvfz authorizer-${VERSION}-linux-amd64.tar.gz .env app/build build templates dashboard/build
|
||||
- name: Build package
|
||||
- name: Build package
|
||||
run: |
|
||||
make clean && \
|
||||
make build && \
|
||||
|
Reference in New Issue
Block a user