Skip to content

Commit

Permalink
Fixed libcpgo
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Mar 17, 2024
1 parent 9f7a984 commit 3e257e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ jobs:
echo "version=$VERSION" >> $GITHUB_ENV
- uses: actions/download-artifact@v4
with:
name: libcpgo-arm64.dylib
name: libgoast-arm64.dylib
path: .
- uses: actions/download-artifact@v4
with:
name: libcpgo-amd64.dylib
name: libgoast-amd64.dylib
path: .
- name: Create Release
id: create_release
Expand Down

0 comments on commit 3e257e2

Please sign in to comment.