From 015a2cca6658d907b875a7f8fa58f0dddf4b2cc9 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Mon, 13 Jun 2022 20:12:27 -0700 Subject: [PATCH] Test tag name --- .github/workflows/Fn.yml | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) 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