We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 661a575 commit e7d5c3aCopy full SHA for e7d5c3a
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
- uses: ncipollo/release-action@v1
30
id: release_step
31
with:
32
- artifacts: "dist/raptor-cage-${tag_name}.tgz,dist/raptor-cage-${tag_name}.sha256"
+ artifacts: "dist/raptor-cage-${{ steps.tag_step.outputs.tag_name }}.tgz,dist/raptor-cage-${{ steps.tag_step.outputs.tag_name }}.sha256"
33
tag: ${{ steps.tag_step.outputs.tag_name }}
34
makeLatest: true
35
- name: Publish to the AUR
0 commit comments