Skip to content

Commit

Permalink
try different action for upload
Browse files Browse the repository at this point in the history
  • Loading branch information
klemensn committed Jul 16, 2023
1 parent 2629193 commit 1842aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
git archive --format=tar --output="${RELEASE_TARBALL}" "${TAG}" --
echo "RELEASE_TARBALL='${RELEASE_TARBALL}'" >> "${GITHUB_ENV}"
- uses: softprops/action-gh-release@v1
- uses: svenstaro/upload-release-action@v2
with:
files: ${{env.RELEASE_TARBALL}}
file: ${{ env.RELEASE_TARBALL }}

0 comments on commit 1842aa1

Please sign in to comment.