This commit is contained in:
YourKalamity
2020-12-18 18:08:59 +00:00
parent 610f1cea18
commit be1c9bfb18

View File

@@ -67,7 +67,7 @@ jobs:
needs: [windows,python] needs: [windows,python]
steps: steps:
- name: Download artifacts - name: Download artifacts
uses: actions/download-artifacts@v2 uses: actions/download-artifact@v2
- name: Upload to Release - name: Upload to Release
run: | run: |
ID=$(jq --raw-output '.release.id' $GITHUB_EVENT_PATH) ID=$(jq --raw-output '.release.id' $GITHUB_EVENT_PATH)