Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bajins committed Feb 21, 2023
1 parent f18a4f2 commit 734e6d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/upload-to-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:

release-matrix:
if: github.repository == 'woytu/tool-gin'
if: github.repository == 'bajins/tool-gin'
name: Build with go on ubuntu-latest and upload
runs-on: ubuntu-latest

Expand All @@ -23,13 +23,13 @@ jobs:
steps:

- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: '^1.16'
go-version: '^1.20'
id: go

- name: Check out source code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Get dependencies
run: |
Expand Down

0 comments on commit 734e6d0

Please sign in to comment.