Skip to content

Commit

Permalink
Checkout source for upload-release-asset action
Browse files Browse the repository at this point in the history
  • Loading branch information
reuben committed Sep 14, 2021
1 parent 6f4a3c1 commit 26b578c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
needs: [build-python-Linux, build-python-macOS, build-python-Windows, build-python-LinuxArmv7, build-python-LinuxAarch64]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.8
Expand Down Expand Up @@ -870,6 +871,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
needs: [build-lib_Windows, build-lib_Linux, build-lib_macOS, build-lib_LinuxAarch64, build-lib_LinuxArmv7]
steps:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v2
with:
name: libstt.tflite.Linux.zip
Expand Down Expand Up @@ -975,6 +977,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
needs: [build-ctc-decoder-Linux, build-ctc-decoder-macos, build-ctc-decoder-windows]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.8
Expand Down Expand Up @@ -1036,6 +1039,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
needs: [repackage-nodejs-allplatforms]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
Expand Down

0 comments on commit 26b578c

Please sign in to comment.