1 Commits

Author SHA1 Message Date
YourKalamity
be1c9bfb18 Fix typo 2020-12-18 18:08:59 +00:00

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)