Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
snail2sky authored Oct 24, 2024
1 parent ccc584e commit b47c7c8
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Run
run: |
ls -a; tree
mkdir output; mv bbx-${{ matrix.arch }} output
# - name: Create GitHub Release
# uses: softprops/action-gh-release@v1
Expand All @@ -50,13 +50,20 @@ jobs:
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Release
uses: softprops/action-gh-release@v1
- name: Github Release
uses: elgohr/Github-Release-Action@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: ${{ github.ref }}
files: |
./bbx-${{ matrix.arch }}
title: test release
workdir: ./output
tag: v1.0.10

# - name: Release
# uses: softprops/action-gh-release@v1
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
# tag_name: ${{ github.ref }}
# files: |
# ./bbx-${{ matrix.arch }}

release:
needs: build
Expand Down

0 comments on commit b47c7c8

Please sign in to comment.