Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Update release-onnx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xF7A4C6 committed Aug 11, 2023
1 parent 6cd8236 commit 2e45e0b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/release-onnx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,17 @@ jobs:
id: find-onnx
run: |
find . -name "*.onnx" > onnx_files.txt
echo "cmd/ai/hash.csv" >> onnx_files.txt
- name: Add hash.csv to the list
run: echo "cmd/ai/hash.csv" >> onnx_files.txt
- name: Set up Git
run: git config --local user.email "action@github.com" && git config --local user.name "GitHub Action"

- name: Create release
id: create-release
- name: Create Release
id: create_release
uses: actions/create-release@v1
with:
tag_name: ${{ github.sha }}
files: onnx_files.txt
name: Lastest Onnx models # Set your custom release name here
name: Lastest Onnx models
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2e45e0b

Please sign in to comment.