Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
clovis818 authored Sep 16, 2024
1 parent 49ed5ef commit ed50ec0
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:

strategy:
matrix:
go-version: [1.22.x]
go-version: [1.20.x]
os: [ubuntu-latest, macos-latest, windows-latest]
arch: [amd64, arm64]

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
Expand Down Expand Up @@ -57,11 +57,9 @@ jobs:
shell: bash

- name: Upload zipped binaries and checksums as artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: binaries
name: binaries-${{ matrix.os }}-${{ matrix.arch }}
path: |
run-all-linux-*.zip
run-all-macos-*.zip
run-all-windows-*.zip
*.zip.sha256
run-all-${{ matrix.os }}-${{ matrix.arch }}.zip
run-all-${{ matrix.os }}-${{ matrix.arch }}.zip.sha256

0 comments on commit ed50ec0

Please sign in to comment.