Skip to content

Commit b19491c

Browse files
committed
Update release automation.
Signed-off-by: Rahul Krishna <[email protected]>
1 parent 0fb4521 commit b19491c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@ jobs:
5050
run: |
5151
cd target/release
5252
# For Linux
53-
tar -czf ../../my-app-linux.tar.gz my-app
53+
tar -czf ../../codeanalyzer-rs-linux.tar.gz codeanalyzer-rs
5454
# For Windows (if cross-compilation is set up)
55-
# zip ../../my-app-windows.zip my-app.exe
55+
# zip ../../codeanalyzer-rs-windows.zip codeanalyzer-rs.exe
5656
cd ../..
5757
5858
- name: Publish Release
5959
uses: softprops/action-gh-release@v1
6060
with:
6161
files: |
62-
my-app-linux.tar.gz
63-
# my-app-windows.zip
62+
codeanalyzer-rs-linux.tar.gz
63+
# codeanalyzer-rs-windows.zip
6464
body: ${{ steps.gen_changelog.outputs.changelog }}
6565
env:
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)