Skip to content

Commit

Permalink
eng, update action and ci (#2239)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Jul 13, 2023
1 parent f35eaa9 commit e286f4a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fluent-test-gen-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
timeout-minutes: 120
timeout-minutes: 180
runs-on: ubuntu-latest
steps:
- name: Checkout branch
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/pre-release-typespec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ jobs:
release_name: ${{ env.TAG_NAME }}
body: ${{ github.event.inputs.release_notes }}

- name: Upload Pre-release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ env.RELEASE_ARTIFACT }}
asset_name: ${{ env.RELEASE_ARTIFACT }}
asset_content_type: application/x-gtar
# - name: Upload Pre-release Asset
# id: upload-release-asset
# uses: actions/upload-release-asset@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ steps.create_release.outputs.upload_url }}
# asset_path: ${{ env.RELEASE_ARTIFACT }}
# asset_name: ${{ env.RELEASE_ARTIFACT }}
# asset_content_type: application/x-gtar

0 comments on commit e286f4a

Please sign in to comment.