Skip to content

Commit

Permalink
fix the file extension name
Browse files Browse the repository at this point in the history
  • Loading branch information
orefalo committed Nov 20, 2024
1 parent 82872b1 commit bd896c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:

- name: Build
run: |
cd .. && zip -r LLM_SuperSet.popclipz LLM_Superset.popclipext -x "*.git*" -x "*.vscode*"
cd .. && zip -r LLM_SuperSet.popclipextz LLM_Superset.popclipext -x "*.git*" -x "*.vscode*"
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ../LLM_SuperSet.popclipz
file: ../LLM_SuperSet.popclipextz
tag: ${{ github.ref }}
overwrite: true

0 comments on commit bd896c5

Please sign in to comment.