Skip to content

Commit

Permalink
workflowでのパスを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
aiueo-1234 committed Jul 9, 2023
1 parent 78b3d2d commit ad9c665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

runs-on: windows-latest
env:
output: PanoramaApp/PanoramaApp/bin/Release/net7.0-windows/win-x64/publish/
output: PanoramaApp/bin/Release/net7.0-windows/win-x64/publish/

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -44,6 +44,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./${{ env.output }}/release.zip
asset_path: ./${{ env.output }}release.zip
asset_name: App.zip
asset_content_type: application/zip

0 comments on commit ad9c665

Please sign in to comment.