We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2b70d commit 28d1d41Copy full SHA for 28d1d41
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
create-release:
23
name: Create Release
24
runs-on: ubuntu-latest
25
- timeout-minutes: 15
+ timeout-minutes: 30
26
permissions:
27
# This permission is required for creating a release and uploading assets.
28
contents: write
@@ -39,7 +39,7 @@ jobs:
39
uses: dawidd6/action-download-artifact@v6
40
with:
41
# IMPORTANT: This must match the 'name:' field in your build.yaml file.
42
- workflow: Build
+ workflow: build.yml
43
# Use the branch from the manual input instead of hardcoding 'main'.
44
branch: ${{ github.event.inputs.source_branch }}
45
# We use a wildcard (*) because the artifact name from the build workflow
0 commit comments