diff --git a/.github/workflows/Fn.yml b/.github/workflows/Fn.yml index 7470db006..341ccaeb3 100644 --- a/.github/workflows/Fn.yml +++ b/.github/workflows/Fn.yml @@ -22,27 +22,26 @@ jobs: components: rustfmt - - name: Build fn for Linux - shell: bash - run: | - make build_musl_fn_linux + # - name: Build fn for Linux + # shell: bash + # run: | + # make build_musl_fn_linux - - name: Build environment for Macos - shell: bash - run: | - make build_musl_fn_macos_base + # - name: Build environment for Macos + # shell: bash + # run: | + # make build_musl_fn_macos_base - - name: Build fn for Macos - shell: bash - run: | - make build_musl_fn_macos + # - name: Build fn for Macos + # shell: bash + # run: | + # make build_musl_fn_macos - name: Create release uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: "latest" prerelease: true - files: | - fn_linux - fn_macos + # files: | + # fn_linux + # fn_macos