Skip to content

Commit

Permalink
makefileyml
Browse files Browse the repository at this point in the history
  • Loading branch information
huahua132 committed Sep 29, 2024
1 parent c349423 commit 6483c55
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:

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

- name: pwd
run: pwd

release:
runs-on: ubuntu-latest
Expand All @@ -43,11 +46,13 @@ jobs:
- name: Debug List files in directory after build
run: |
ls -alh
- name: pwd
run: pwd

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

0 comments on commit 6483c55

Please sign in to comment.