Skip to content

Commit

Permalink
RE:fix Node.js 12 warnings. #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
uoohyo committed May 9, 2024
1 parent f76350d commit d37b140
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/continuous_integration_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,16 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
release_id: ${{ steps.create_release.outputs.id }}
asset_path: './Debug/action-28377s-cpu1.out'
asset_name: 'action-28377s-cpu1-Debug.out'
asset_content_type: 'application/octet-stream'

- name: Upload Release Asset Build Type 'Release' Build File
uses: basefas/upload-release-asset-action@v1.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
release_id: ${{ steps.create_release.outputs.id }}
asset_path: './Release/action-28377s-cpu1.out'
asset_name: 'action-28377s-cpu1-Release.out'
asset_content_type: 'application/octet-stream'

0 comments on commit d37b140

Please sign in to comment.