Skip to content

Commit b7c7908

Browse files
committed
Update build taml
1 parent fac71a7 commit b7c7908

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ jobs:
4646
command: build
4747
args: --release --target ${{ matrix.target }} --lib
4848

49-
- name: list
50-
run: ls target/release
49+
- name: Rename file
50+
run: mv target/${{ matrix.target }}/release/${{ matrix.file }} target/${{ matrix.target }}-${{ matrix.file }}
5151

5252
- name: Release
5353
uses: softprops/action-gh-release@v1
5454
if: startsWith(github.ref, 'refs/tags/')
5555
with:
5656
files: |
57-
target/${{ matrix.target }}/release/${{ matrix.file }}
57+
target/${{ matrix.target }}-${{ matrix.file }}
5858
env:
5959
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)