diff --git a/.github/workflows/BuildAndRelease.yml b/.github/workflows/BuildAndRelease.yml index 629bb512f..05f8d1d57 100644 --- a/.github/workflows/BuildAndRelease.yml +++ b/.github/workflows/BuildAndRelease.yml @@ -32,9 +32,8 @@ jobs: with: commit_message: Apply automatic ML_VERSION, snapcraft.yaml and Info.plist change - name: Sleep for 2 minutes - uses: jakejarvis/wait-action@master - with: - time: '2m' + run: | + sleep 120 ubuntu_build_appimage: needs: [update_ml_version]