Skip to content

Commit

Permalink
build a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaZezulinsky committed Oct 23, 2024
1 parent bc5d221 commit 690d5c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
make test
- name: Upload Gocore
if: startsWith(github.ref, 'refs/tags/v')
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: gocore-windows-x86_64
path: ./build/bin/gocore*
Expand All @@ -55,7 +55,7 @@ jobs:
make test
- name: Upload Gocore
if: startsWith(github.ref, 'refs/tags/v')
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: gocore-${{ matrix.config.path }}
path: ./build/bin/gocore*
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
make test
- name: Upload Gocore
if: startsWith(github.ref, 'refs/tags/v')
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: gocore-linux-${{ matrix.config.arch }}
path: ./build/bin/gocore*
Expand All @@ -101,7 +101,7 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Version
id: version
run: echo ::set-output name=tag::$(echo ${GITHUB_REF:10})
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Artifact Gocore
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: gocore-${{ matrix.platform.path}}
path: ./gocore-${{ matrix.platform.path }}
Expand Down

0 comments on commit 690d5c0

Please sign in to comment.