We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ecee04 commit 14711f5Copy full SHA for 14711f5
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
path: ${{ env.BUILD_OUTPUT_DIRECTORY }}/archive/${{ env.EXECUTABLE_NAME }}_${{ runner.OS }}_amd64.zip
57
58
- name: Publish Nightly [S3]
59
- if: github.event_name == 'schedule` || github.event_name == 'workflow_dispatch'
+ if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
60
uses: kittaakos/[email protected]
61
with:
62
aws_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
0 commit comments