Skip to content

Commit

Permalink
fix esti generated must upload for next workflow steps (#7320)
Browse files Browse the repository at this point in the history
  • Loading branch information
nopcoder authored Jan 21, 2024
1 parent aa449ff commit db02c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/esti.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
make -j3 gen-api gen-ui VERSION=${{ steps.version.outputs.tag }}
tar -cf /tmp/generated.tar.gz ./webui/dist ./pkg/auth/client.gen.go ./pkg/permissions/actions.gen.go ./pkg/api/apigen/lakefs.gen.go
# must upload artifact in order to download generated later
- name: Store generated code
if: steps.restore-cache.outputs.cache-hit != 'true'
uses: actions/upload-artifact@v3
with:
name: generated-code
Expand Down

0 comments on commit db02c7c

Please sign in to comment.