Skip to content

Commit

Permalink
Fixes upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
danielxvu committed Nov 15, 2024
1 parent 555c4ba commit 88a0bce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/discord-fonts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
gcloud storage rsync \
--project=roll20-actual \
${{ runner.temp }}/sheet-fonts \
"gs://roll20-cdn/discord/fonts/roll20-beacon-sheets/fonts/$ENV_PATH" \
"gs://roll20-cdn/roll20-beacon-sheets/fonts/$ENV_PATH" \
--recursive \
--cache-control="no-cache"
--cache-control="no-cache"

0 comments on commit 88a0bce

Please sign in to comment.