Skip to content

Commit

Permalink
config(ci)
Browse files Browse the repository at this point in the history
/spend 10m
  • Loading branch information
Goutte committed Apr 1, 2023
1 parent 6327e66 commit ebb5d8d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@master
uses: actions/checkout@v3
- name: Install upx
run: sudo apt install upx
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ">=1.20"
- name: Generate the artifacts
run: make release
- name: Upload the artifacts
Expand Down

0 comments on commit ebb5d8d

Please sign in to comment.