Skip to content

Commit

Permalink
adjusting sending to cf-2
Browse files Browse the repository at this point in the history
  • Loading branch information
wkelly17 committed Dec 7, 2023
1 parent 3dd8538 commit 9b0372f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: date
run: echo "date=$(date +'%Y-%m-%d')" >> "$GITHUB_OUTPUT"
- name: zip the built folder
run: mkdir ./dottmp && zip -r ./dottmp/${{steps.date.outputs.date}}-dotapp ./ios/App
run: mkdir ./dottmp && zip -r ./dottmp/${{steps.date.outputs.date}}-dotapp ./ios
- name: Upload IOS to R2
uses: shallwefootball/s3-upload-action@master
with:
Expand Down

0 comments on commit 9b0372f

Please sign in to comment.