Skip to content

Commit

Permalink
fix(test-upload): mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
ryand56 committed Jul 31, 2024
1 parent 7cd08d8 commit cd00262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: echo "::set-output name=date::$(date +'%Y-%m-%dT%H:%M:%S')"
- name: Create test file
run: |
mkdir tests/log
echo Upload test - ${{ steps.date.outputs.date }} > "tests/log/upload-${{ steps.date.outputs.date }}"
- name: Upload to R2
uses: ./
Expand Down

0 comments on commit cd00262

Please sign in to comment.