Skip to content

Commit

Permalink
chore(debug): build in pr
Browse files Browse the repository at this point in the history
  • Loading branch information
laysakura committed Jul 6, 2022
1 parent c5a9643 commit ff146bf
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: release

on:
push:
tags:
- 'v*'
# on:
# push:
# tags:
# - 'v*'

jobs:
job-matrix:
Expand Down Expand Up @@ -90,11 +90,11 @@ jobs:
zip -r ${artifact_dir}.zip ${artifact_dir}
- name: Upload Files to a GitHub Release
uses: svenstaro/upload-release-action@2.2.1
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: springql_client-${{ steps.set-outputs.outputs.build-target }}-${{ steps.set-outputs.outputs.build-type }}.zip
tag: ${{ github.ref }}
overwrite: true
prerelease: false
# - name: Upload Files to a GitHub Release
# uses: svenstaro/upload-release-action@2.2.1
# with:
# repo_token: ${{ secrets.GITHUB_TOKEN }}
# file: springql_client-${{ steps.set-outputs.outputs.build-target }}-${{ steps.set-outputs.outputs.build-type }}.zip
# tag: ${{ github.ref }}
# overwrite: true
# prerelease: false

0 comments on commit ff146bf

Please sign in to comment.