Skip to content

Commit

Permalink
fix deplay.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsugu committed Aug 12, 2024
1 parent 2f0b72d commit 91bd747
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:

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

- name: Set up Go
uses: actions/setup-go@v5.0.2
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}

Expand All @@ -29,7 +29,7 @@ jobs:
go build -o output/${{ matrix.os }}/addframe
- name: Archive binary
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4
with:
name: addframe-${{ matrix.os }}
path: output/${{ matrix.os }}/addframe
Expand Down

0 comments on commit 91bd747

Please sign in to comment.