Skip to content

Commit

Permalink
checkout the shared workspace when building artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 26, 2022
1 parent d14cc73 commit 5387867
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@ jobs:
- { on: windows-latest, goos: windows, goarch: amd64 }
- { on: windows-latest, goos: windows, goarch: arm64 }
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Download workspace
uses: actions/download-artifact@v3
with:
name: workspace
- uses: actions/setup-go@v3
with:
go-version: '1.18.3' # The Go version to download (if necessary) and use.
Expand Down

0 comments on commit 5387867

Please sign in to comment.