We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53c7ca commit cfffb98Copy full SHA for cfffb98
.github/workflows/ci.yml
@@ -137,8 +137,5 @@ jobs:
137
# TODO resolving to blank
138
PKG_VER: ${{ needs.github_release_create.outputs.pkg_ver }}
139
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 }}
+ gh release upload $PKG_VER \
+ http_status_code_check-${{ matrix.rust_target }}
0 commit comments