Skip to content

Commit

Permalink
Correct the tag name and run a new release version for FN
Browse files Browse the repository at this point in the history
remove push trigger for Develop
  • Loading branch information
jimmysun0815 committed Jun 14, 2022
1 parent 015a2cc commit 78cabea
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 17 deletions.
1 change: 0 additions & 1 deletion .github/workflows/Develop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Develop
on:
push:
pull_request:
branches:
- develop
Expand Down
31 changes: 15 additions & 16 deletions .github/workflows/Fn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,26 @@ jobs:
override: true
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 }}"
prerelease: true
# files: |
# fn_linux
# fn_macos
files: |
fn_linux
fn_macos

0 comments on commit 78cabea

Please sign in to comment.