Skip to content

Commit

Permalink
fix: correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-nfc committed Aug 9, 2024
1 parent 71cd0f0 commit c0c3d0a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,13 +254,19 @@ jobs:
- name: Add endpoint file
shell: bash
run: |
echo "[Debug] PWD[${PWD}]";
echo "[Debug] ****************************";
cd endpoint_publish;
echo "[Debug] ****************************";
ls -la
echo "[Debug] ****************************";
echo "[Debug] PWD[${PWD}]";
echo "[Debug] ****************************";
ls -la ../
echo "[Debug] ****************************";
ls -la
echo "[Debug] ****************************";
cp ../endpoint_${{ matrix.python-version }}.json repositories/${{ github.repository }}/${{ github.ref_name }}/;
cp endpoint_${{ matrix.python-version }}.json repositories/${{ github.repository }}/${{ github.ref_name }}/;
echo "[Debug] ****************************";
ls -la repositories/${{ github.repository }}/${{ github.ref_name }}/;
Expand Down

0 comments on commit c0c3d0a

Please sign in to comment.