diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66a2237c298bf18f3d554cd59c16b644caa879a7..8bd43b2e74cbfc45f6cef76a2553c14d03cbf658 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -771,7 +771,7 @@ jobs: timeout-minutes: 120 name: Create a Windows installer runs-on: [self-hosted, Windows, X64] - if: false && (startsWith(github.ref, 'refs/tags/v') || contains(github.event.pull_request.labels.*.name, 'run-bundling')) + if: true && (startsWith(github.ref, 'refs/tags/v') || contains(github.event.pull_request.labels.*.name, 'run-bundling')) needs: [windows_tests] env: AZURE_TENANT_ID: ${{ secrets.AZURE_SIGNING_TENANT_ID }} @@ -807,16 +807,16 @@ jobs: name: ZedEditorUserSetup-x64-${{ github.event.pull_request.head.sha || github.sha }}.exe path: ${{ env.SETUP_PATH }} - - name: Upload Artifacts to release - uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1 - # Re-enable when we are ready to publish windows preview releases - if: ${{ !(contains(github.event.pull_request.labels.*.name, 'run-bundling')) && env.RELEASE_CHANNEL == 'preview' }} # upload only preview - with: - draft: true - prerelease: ${{ env.RELEASE_CHANNEL == 'preview' }} - files: ${{ env.SETUP_PATH }} - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # - name: Upload Artifacts to release + # uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1 + # # Re-enable when we are ready to publish windows preview releases + # if: ${{ !(contains(github.event.pull_request.labels.*.name, 'run-bundling')) && env.RELEASE_CHANNEL == 'preview' }} # upload only preview + # with: + # draft: true + # prerelease: ${{ env.RELEASE_CHANNEL == 'preview' }} + # files: ${{ env.SETUP_PATH }} + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} auto-release-preview: name: Auto release preview diff --git a/crates/zed/RELEASE_CHANNEL b/crates/zed/RELEASE_CHANNEL index 38f8e886e1a6d733aa9bfa7282568f83c133ecd6..bf867e0ae5b6c08df1118a2ece970677bc479f1b 100644 --- a/crates/zed/RELEASE_CHANNEL +++ b/crates/zed/RELEASE_CHANNEL @@ -1 +1 @@ -dev +nightly