Skip to content

Commit

Permalink
workflows: re-enable and add console app; adjust makefile calls
Browse files Browse the repository at this point in the history
  • Loading branch information
rorycl committed Apr 20, 2024
1 parent e128a56 commit 722ff32
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
run: |
mkdir artifacts
cp bin/cli* artifacts/
cp bin/webserver* artifacts
cp bin/webserver* artifacts/
cp bin/console* artifacts/
- name: archive
uses: actions/upload-artifact@v4
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ jobs:
uses: golangci/golangci-lint-action@v4
with:
version: v1.57 # can use "latest"
run: make lint

Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
with:
go-version: '1.22'
- name: test
run: go test -v ./...
run: make test
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
files: |
artifacts/cli*
artifacts/webserver*
artifacts/console*
# draft: true
name: Release for ${{ github.ref_name }} (automated)
prerelease: true
Expand Down

0 comments on commit 722ff32

Please sign in to comment.