Skip to content

Commit 3beb0eb

Browse files
author
Ramon Moraes
committed
quick and dirty test on dev
1 parent 58a6571 commit 3beb0eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
# - name: Publish to crates.io
2626
# run: cargo caw-publish
2727
- name: Creating a zip file
28-
run: zip http_status_code.zip target/release/http_status_code
28+
run: zip http_status_code_check.zip target/release/http_status_code_check
2929
- name: Publish to Github Release
3030
uses: softprops/action-gh-release@v2
3131
with:
32-
files: http_status_code.zip
32+
files: http_status_code_check.zip
3333

0 commit comments

Comments
 (0)