Skip to content

Commit 14711f5

Browse files
author
Akos Kitta
committed
Fixed the typo for the 'schedule' condition.
Signed-off-by: Akos Kitta <[email protected]>
1 parent 8ecee04 commit 14711f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
path: ${{ env.BUILD_OUTPUT_DIRECTORY }}/archive/${{ env.EXECUTABLE_NAME }}_${{ runner.OS }}_amd64.zip
5757

5858
- name: Publish Nightly [S3]
59-
if: github.event_name == 'schedule` || github.event_name == 'workflow_dispatch'
59+
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
6060
uses: kittaakos/[email protected]
6161
with:
6262
aws_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)