Skip to content

Commit

Permalink
fixup! Fix tarball addition to release
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardSergeev committed Jun 26, 2024
1 parent bffb04b commit 66aab17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
commit: ${{ github.sha }}
name: ${{ env.RELEASE }}
bodyFile: ${{ env.RELEASE_BODY_FILE }}
artifacts: ${{ env.SDIST_DIR }}/${{ env.TARBALL_ARTIFACT_NAME }}/*
artifacts: ${{ env.SDIST_DIR }}/*
makeLatest: ${{ startsWith(github.event.base_ref, 'refs/heads/master') }}
prerelease: ${{ !startsWith(github.event.base_ref, 'refs/heads/master') }}

Expand Down

0 comments on commit 66aab17

Please sign in to comment.