diff --git a/.github/workflows/deploy.yml b/.github/workflows/release.yml similarity index 99% rename from .github/workflows/deploy.yml rename to .github/workflows/release.yml index 7205c0bf..071d84f6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Deploy +name: Release on: push: branches: @@ -117,7 +117,7 @@ jobs: tar czvf ../../../${{ matrix.name }} starship cd - - - name: Deploy | Upload artifacts + - name: Release | Upload artifacts uses: actions/upload-artifact@v3 with: name: ${{ matrix.name }} @@ -126,6 +126,7 @@ jobs: # Notarize starship binaries for MacOS and build notarized pkg installers notarize_and_pkgbuild: runs-on: macos-latest + continue-on-error: true needs: [github_build, merge_crowdin_pr] strategy: fail-fast: false