Skip to content

Commit

Permalink
Ап
Browse files Browse the repository at this point in the history
  • Loading branch information
ForceFledgling committed Apr 3, 2024
1 parent b21b91d commit bfcc6d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: actions/checkout@v2

- name: Get upload URL from create-release
run: echo "UPLOAD_URL=${{ needs.create-release.outputs.upload_url }}" >> $env:GITHUB_ENV
run: echo "UPLOAD_URL=${{ needs.create-release.outputs.upload_url }}" >> $GITHUB_ENV

- name: Set up Python
uses: actions/setup-python@v2
Expand Down Expand Up @@ -97,6 +97,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Get upload URL from create-release
run: echo "UPLOAD_URL=${{ needs.create-release.outputs.upload_url }}" >> $env:GITHUB_ENV

- name: Install dependencies
run: |
Expand Down

0 comments on commit bfcc6d7

Please sign in to comment.