We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b1711e + e48d1d7 commit df44ffcCopy full SHA for df44ffc
.github/workflows/release.yml
@@ -79,7 +79,7 @@ jobs:
79
shasum -a 256 ${{ github.event.repository.name }}-${{ matrix.artifact_prefix }}.tar.gz \
80
> ${{ github.event.repository.name }}-${{ matrix.artifact_prefix }}.sha256
81
- name: publish release to github
82
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
83
with:
84
files: |
85
target/${{ matrix.target }}/release/${{ github.event.repository.name }}-${{ matrix.artifact_prefix }}.tar.gz
0 commit comments