Skip to content

Commit

Permalink
Update AwesomeOxygenScriptforDITADocBuilding_CG.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
casww committed May 5, 2022
1 parent 76fdd4d commit 4d64f59
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dita/RTC/out/flutter_cg_en_doc.zip
file: en-US/dita/RTC/out/flutter_cg_en_doc.zip
asset_name: flutter_cg_en_doc.zip
tag: main
overwrite: true
Expand All @@ -81,7 +81,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dita/RTC/out/cs_cg_en_doc.zip
file: en-US/dita/RTC/out/cs_cg_en_doc.zip
asset_name: cs_cg_en_doc.zip
tag: main
overwrite: true
Expand Down

0 comments on commit 4d64f59

Please sign in to comment.