Skip to content

Commit 28d1d41

Browse files
author
Hudson Xing
committed
feat: add build and release workflow to main
1 parent 9e2b70d commit 28d1d41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
create-release:
2323
name: Create Release
2424
runs-on: ubuntu-latest
25-
timeout-minutes: 15
25+
timeout-minutes: 30
2626
permissions:
2727
# This permission is required for creating a release and uploading assets.
2828
contents: write
@@ -39,7 +39,7 @@ jobs:
3939
uses: dawidd6/action-download-artifact@v6
4040
with:
4141
# IMPORTANT: This must match the 'name:' field in your build.yaml file.
42-
workflow: Build
42+
workflow: build.yml
4343
# Use the branch from the manual input instead of hardcoding 'main'.
4444
branch: ${{ github.event.inputs.source_branch }}
4545
# We use a wildcard (*) because the artifact name from the build workflow

0 commit comments

Comments
 (0)