Skip to content

Commit

Permalink
打印请求Url
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonwan committed Jan 15, 2021
1 parent 98db07f commit d73f7e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

env:
FILENAME: executeJobScript
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
jobs:
# This workflow contains a single job called "build"
build:
Expand Down Expand Up @@ -39,4 +40,4 @@ jobs:
with:
name: ${{ env.FILENAME }}.zip
# A file, directory or wildcard pattern that describes what to upload
path: ./target/${{ env.FILENAME }}.zip
path: ./target/${{ env.FILENAME }}.zip
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

env:
FILENAME: executeJobScript
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
jobs:
# This workflow contains a single job called "build"
build:
Expand Down Expand Up @@ -55,4 +56,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./target/${{ env.FILENAME }}.zip
asset_name: ${{ env.FILENAME }}.zip
asset_content_type: application/zip
asset_content_type: application/zip

0 comments on commit d73f7e0

Please sign in to comment.