diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 628f6ee..bb179b0 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -76,6 +76,7 @@ jobs: needs: [check_version, create_release] runs-on: ubuntu-20.04 if: needs.check_version.outputs.RELEASE_VERSION != needs.check_version.outputs.LATEST_VERSION + steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v3 @@ -155,7 +156,7 @@ jobs: asset_name: 'typoraCracker-${{ needs.check_version.outputs.LATEST_VERSION }}-linux-x64.zip' asset_content_type: application/zip - -name: verify scripts + - name: verify scripts run: | python3 -m pip install -r auto-analysis/win/x64/build/requirements.txt