Skip to content

Commit

Permalink
Test tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmysun0815 committed Jun 14, 2022
1 parent 46f0563 commit 015a2cc
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions .github/workflows/Fn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 015a2cc

Please sign in to comment.