Skip to content

Commit

Permalink
test reupload
Browse files Browse the repository at this point in the history
  • Loading branch information
meln1k authored Sep 27, 2023
1 parent 5c8a7af commit 178f17d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
mkdir -p target/${{ github.sha }}
cp -r build/* target/${{ github.sha }}
- name: Publish the new version to CDN
- name: Publish the new version to the CDN
uses: BetaHuhn/do-spaces-action@v2
with:
access_key: ${{ secrets.FIX_UI_DO_SPACES_KEY }}
Expand All @@ -33,7 +33,7 @@ jobs:
out_dir: fix-ui
source: target

- name: Update the edge version to CDN
- name: Update the edge version to the CDN
uses: BetaHuhn/do-spaces-action@v2
with:
access_key: ${{ secrets.FIX_UI_DO_SPACES_KEY }}
Expand Down

0 comments on commit 178f17d

Please sign in to comment.