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 d3e2021 commit 5226c24
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,26 @@ jobs:
sh install_ubuntu.sh
sh binshell/make_release.sh
tar -czvf skynet_fly-master.tar.gz skynet-fly-release

- name: Debug List current working directory
run: ls -alh

- name: Debug List the release directory
run: ls -alh skynet-fly-release

release:
runs-on: ubuntu-latest
needs: [build]
steps:
- name: Debug List files in directory after build
run: |
ls -alh
- name: Debug list current directory files

- name: Create GitHub Release
uses: softprops/action-gh-release@master
with:
files: skynet_fly-master.tar.gz
tag_name: master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}

0 comments on commit 5226c24

Please sign in to comment.