Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
huahua132 authored Sep 28, 2024
1 parent e8f698b commit c2332df
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
sh install_ubuntu.sh
sh binshell/make_release.sh
tar -czvf mymodule-v${{ github.ref_name }}.tar.gz skynet-fly-release

release:
runs-on: ubuntu-latest
needs: [build]
steps:
- name: Create GitHub Release
uses: softprops/action-gh-release@master
with:
files: mymodule-v${{ github.ref_name }}.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
release:
runs-on: ubuntu-latest
needs: [build]
steps:
- name: Create GitHub Release
uses: softprops/action-gh-release@master
with:
files: mymodule-v${{ github.ref_name }}.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c2332df

Please sign in to comment.