Skip to content

Commit

Permalink
build.yml: try to use another ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Markson committed Jun 17, 2023
1 parent 6b3058a commit 0f2a24d
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,19 +257,23 @@ jobs:
shasum -a 512 $package >> $package.dgst
done
# - name: Upload Release
# uses: softprops/action-gh-release@v1
# with:
# tag_name: ${{ github.ref }}
# files: |
# *zip
# *tar.gz
# *pkg.tar.zst
# *deb
# *rpm
# *dgst
# generate_release_notes: true
- name: Upload Release
uses: softprops/action-gh-release@v1
uses: ncipollo/release-action@v1
with:
tag_name: ${{ github.ref }}
files: |
*zip
*tar.gz
*pkg.tar.zst
*deb
*rpm
*dgst
generate_release_notes: true

artifacts: "*zip*,*tar*,*deb*,*rpm*"

upload-prerelease:
if: github.ref == 'refs/heads/develop'
needs: [full-src, build-bundle]
Expand Down

0 comments on commit 0f2a24d

Please sign in to comment.