We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b29cca7 commit 919e27eCopy full SHA for 919e27e
1 file changed
.github/workflows/lambda-runner-binaries-syncer.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Run linter
25
run: yarn lint
26
- name: Build distribution
27
- run: yarn build
+ run: yarn dist
28
- name: Upload distribution
29
# if: startsWith(github.ref, 'refs/tags/')
30
uses: actions/upload-artifact@v2
0 commit comments