Skip to content

Commit

Permalink
ci: delete version files with wrong name
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Mar 19, 2024
1 parent ea15897 commit 4cacda8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
rm -r updatesite/p2 || true
mkdir updatesite/p2
aws s3 sync s3://build-artifacts.wetransform.to/p2/offline-resources/site updatesite/p2 --region eu-central-1
rm updatesite/p2/*_version.json || true # delete old version files that had wrong file name
shell: bash

- name: Create update site and append to existing one
Expand Down

0 comments on commit 4cacda8

Please sign in to comment.