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 f08e29f commit b53c7caCopy full SHA for b53c7ca
.github/workflows/ci.yml
@@ -127,6 +127,7 @@ jobs:
127
uses: actions/checkout@v4
128
129
- uses: actions/download-artifact@v4
130
+ name: Downloading Target
131
with:
132
name: ${{ matrix.rust_target }}
133
@@ -136,6 +137,8 @@ jobs:
136
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 }}
0 commit comments