Skip to content

Commit

Permalink
fix CI 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rfuzzo committed Jun 29, 2021
1 parent 64354bb commit 9bb4f52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draft_console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{needs.create_release.outputs.upload_url }}
upload_url: ${{needs.create_release-console.outputs.upload_url }}
asset_path: ./wolvenkit-console-${{steps.get-version.outputs.version}}.zip
asset_name: wolvenkit_console-${{steps.get-version.outputs.version}}.zip
asset_content_type: application/zip
4 changes: 2 additions & 2 deletions .github/workflows/draft_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{needs.create_release.outputs.upload_url }}
upload_url: ${{needs.create_release-app.outputs.upload_url }}
asset_path: ./wolvenkit-${{steps.get-version.outputs.version}}.zip
asset_name: wolvenkit-${{steps.get-version.outputs.version}}.zip
asset_content_type: application/zip
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{needs.create_release.outputs.upload_url }}
upload_url: ${{needs.create_release-app.outputs.upload_url }}
asset_path: ./wolvenkit-console-${{steps.get-version.outputs.version}}.zip
asset_name: wolvenkit_console-${{steps.get-version.outputs.version}}.zip
asset_content_type: application/zip

0 comments on commit 9bb4f52

Please sign in to comment.