Skip to content

Commit

Permalink
Updates references everywhere RE: dedicated tmp subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
danielxvu committed Oct 2, 2023
1 parent c71c748 commit 9de8e91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/use-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
- run: bun install
working-directory: contrib/sheet-pixie
- run: bun run contrib/sheet-pixie/index.ts ${{ needs.changes.outputs.sheet-json }}
- run: gcloud storage rsync --project=roll20-actual ${{ runner.temp }} "gs://roll20-cdn/$CDN_SHEETS_FOLDER" --cache-control='no-cache' --recursive
- run: gcloud storage rsync --project=roll20-actual ${{ runner.temp }}/roll20 "gs://roll20-cdn/$CDN_SHEETS_FOLDER" --cache-control='no-cache' --recursive

force-update:
Expand Down Expand Up @@ -83,4 +82,4 @@ jobs:
- run: bun install
working-directory: contrib/sheet-pixie
- run: make all
- run: bash force-update.sh ${{ runner.temp }}
- run: gcloud storage rsync --project=roll20-actual ${{ runner.temp }}/roll20 "gs://roll20-cdn/$CDN_SHEETS_FOLDER" --delete-unmatched-destination-objects --cache-control='no-cache' --recursive
3 changes: 0 additions & 3 deletions force-update.sh

This file was deleted.

0 comments on commit 9de8e91

Please sign in to comment.