Skip to content

Commit cfffb98

Browse files
committed
wip
1 parent b53c7ca commit cfffb98

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,5 @@ jobs:
137137
# TODO resolving to blank
138138
PKG_VER: ${{ needs.github_release_create.outputs.pkg_ver }}
139139
run: |
140-
ls
141-
ls /home/runner/work/http_status_code_check/http_status_code_check
142-
gh release upload \
143-
$PKG_VER \
144-
target/${{ matrix.rust_target }}/release/http_status_code_check-${{ matrix.rust_target }}
140+
gh release upload $PKG_VER \
141+
http_status_code_check-${{ matrix.rust_target }}

0 commit comments

Comments
 (0)