Skip to content

Commit

Permalink
chore: test release
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuzhuyule committed Aug 21, 2024
1 parent 6a6fb8b commit 281e4ae
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,7 @@ jobs:
id: get_tag_name
run: echo "TAG_NAME=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV

- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
- uses: ncipollo/release-action@v1
with:
files: sink-tool.zip

# - name: Upload Release Asset
# id: upload-release-asset
# uses: actions/upload-release-asset@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ steps.create_release.outputs.upload_url }}
# asset_path: ./sink-tool.zip
# asset_name: sink-tool.zip
# asset_content_type: application/zip
artifacts: "sink-tool.zip"

0 comments on commit 281e4ae

Please sign in to comment.