Skip to content

Commit

Permalink
rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
mirzakhany committed Jul 17, 2024
1 parent 2a569d8 commit e2da06b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Upload Release Asset
run: |
gh release upload ${{github.event.release.tag_name}} ./dist/Chapar_linux_amd64.tar.xz
gh release upload ${{github.event.release.tag_name}} ./dist/chapar-linux-${{ github.ref_name }}-amd64.tar.xz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash
4 changes: 2 additions & 2 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:

- name: Upload Release Asset
run: |
gh release upload ${{ github.event.release.tag_name }} ./dist/Chapar_windows_amd64.zip
gh release upload ${{ github.event.release.tag_name }} ./dist/Chapar_windows_i386.zip
gh release upload ${{ github.event.release.tag_name }} ./dist/chapar-windows-${{ github.ref_name }}-amd64.zip
gh release upload ${{ github.event.release.tag_name }} ./dist/chapar-windows-${{ github.ref_name }}-i386.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash

0 comments on commit e2da06b

Please sign in to comment.