Skip to content

Commit e7d5c3a

Browse files
authored
Update build.yml
1 parent 661a575 commit e7d5c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: ncipollo/release-action@v1
3030
id: release_step
3131
with:
32-
artifacts: "dist/raptor-cage-${tag_name}.tgz,dist/raptor-cage-${tag_name}.sha256"
32+
artifacts: "dist/raptor-cage-${{ steps.tag_step.outputs.tag_name }}.tgz,dist/raptor-cage-${{ steps.tag_step.outputs.tag_name }}.sha256"
3333
tag: ${{ steps.tag_step.outputs.tag_name }}
3434
makeLatest: true
3535
- name: Publish to the AUR

0 commit comments

Comments
 (0)