Skip to content

Commit b53c7ca

Browse files
committed
wip
1 parent f08e29f commit b53c7ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ jobs:
127127
uses: actions/checkout@v4
128128

129129
- uses: actions/download-artifact@v4
130+
name: Downloading Target
130131
with:
131132
name: ${{ matrix.rust_target }}
132133

@@ -136,6 +137,8 @@ jobs:
136137
# TODO resolving to blank
137138
PKG_VER: ${{ needs.github_release_create.outputs.pkg_ver }}
138139
run: |
140+
ls
141+
ls /home/runner/work/http_status_code_check/http_status_code_check
139142
gh release upload \
140143
$PKG_VER \
141144
target/${{ matrix.rust_target }}/release/http_status_code_check-${{ matrix.rust_target }}

0 commit comments

Comments
 (0)