Skip to content

Commit 3a6568b

Browse files
committed
fix: Release .crate extension
1 parent a273167 commit 3a6568b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Publish Release (Github Release)
7474
uses: softprops/action-gh-release@v1
7575
with:
76-
files: target/package/juno-${{steps.version_check.outputs.rawVersion}}
76+
files: target/package/juno-${{steps.version_check.outputs.rawVersion}}.crate
7777
tag_name: ${{steps.version_check.outputs.releaseVersion}}
7878
env:
7979
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -119,7 +119,7 @@ jobs:
119119
- name: Publish Release (Github Release)
120120
uses: softprops/action-gh-release@v1
121121
with:
122-
files: target/package/juno-${{steps.version_check.outputs.rawVersion}}
122+
files: target/package/juno-${{steps.version_check.outputs.rawVersion}}.crate
123123
tag_name: ${{steps.version_check.outputs.releaseVersion}}
124124
prerelease: true
125125
env:

0 commit comments

Comments
 (0)