Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Fix upload command in build_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Jan 21, 2024
1 parent 07c59aa commit be84c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Upload binaries to release
run: |
gh release upload ${{ github.ref_name }} target/${{ matrix.target }}/release/downapk${{ matrix.extension }} %#%downapk-${{ matrix.target }}${{ matrix.extension }}
gh release upload ${{ github.ref_name }} target/${{ matrix.target }}/release/downapk${{ matrix.extension }} %#% downapk-${{ matrix.target }}${{ matrix.extension }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:

- name: Upload binaries to release
run: |
gh release upload ${{ github.ref_name }} target/${{ matrix.target }}/release/downapk %#%downapk-${{ matrix.target }}
gh release upload ${{ github.ref_name }} target/${{ matrix.target }}/release/downapk %#% downapk-${{ matrix.target }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit be84c5e

Please sign in to comment.