Skip to content

Commit b593c87

Browse files
committed
wip2
1 parent 576fbea commit b593c87

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: .github/workflows/package_core.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,10 @@ jobs:
213213
214214
# uses: ARTIFACT_FILE CORE_TAG PACKAGE_INDEX_JSON
215215
- name: Prepare package index snippet
216-
run: ./extra/gen_package_index_json.sh
216+
run: |
217+
find
218+
ls -l ${{ env.ARTIFACT_FILE }}
219+
./extra/gen_package_index_json.sh
217220
218221
- name: Archive package index snippet
219222
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)