Skip to content

Commit

Permalink
fix download
Browse files Browse the repository at this point in the history
  • Loading branch information
tchak committed Nov 7, 2023
1 parent c2471b9 commit a7edc1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,19 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
name: ds-api-client-linux
path: linux/
- name: Download macOS build
uses: actions/download-artifact@v3
if: startsWith(github.ref, 'refs/tags/')
with:
name: ds-api-client-macos
path: macos/
- name: Release
uses: ncipollo/release-action@v1
if: startsWith(github.ref, 'refs/tags/')
with:
generateReleaseNotes: true
artifacts: "ds-api-client-linux, ds-api-client-macos"
artifacts: "linux/ds-api-client, macos/ds-api-client"
artifactErrorsFailBuild: true
build-linux:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a7edc1c

Please sign in to comment.