Skip to content

Commit 3a25567

Browse files
committed
fix sbuild workflow
1 parent 0803cf0 commit 3a25567

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-sbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
mkdir -p release
5656
cp {LICENSE,README.md} release/
57-
cp "target/${{ matrix.build.TARGET }}/release/sbuild-linter" release/
57+
cp "target/${{ matrix.build.TARGET }}/release/sbuild" release/
5858
- name: Create release artifacts
5959
shell: bash
6060
run: |
@@ -69,7 +69,7 @@ jobs:
6969
uses: svenstaro/upload-release-action@v2
7070
with:
7171
repo_token: ${{ secrets.GITHUB_TOKEN }}
72-
file: sbuild-linter-${{ matrix.build.NAME }}*
72+
file: sbuild-${{ matrix.build.NAME }}*
7373
file_glob: true
7474
overwrite: true
7575
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)