Skip to content

Commit

Permalink
fix: workflow dash
Browse files Browse the repository at this point in the history
  • Loading branch information
elibosley committed Jan 13, 2025
1 parent 137fc3d commit 7704c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
mkdir -p unraid-dist
cp ../src/html.h unraid-dist/
- name: Publish HTML.h to Cloudflare R2
- uses: jakejarvis/s3-sync-action@master
uses: jakejarvis/s3-sync-action@master
if: ${{ github.ref === 'refs/heads/feat/ttyd-close-on-disconnection' }}
env:
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
Expand Down

0 comments on commit 7704c33

Please sign in to comment.