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.
2 parents 35140d5 + fa2a9d8 commit 00f9f74Copy full SHA for 00f9f74
.github/actions/artifact_upload/action.yml
@@ -39,6 +39,13 @@ runs:
39
name: ${{ inputs.profile }}-${{ inputs.sha }}-${{ inputs.target }}-${{ inputs.category }}
40
path: ./target/${{ inputs.target }}/${{ inputs.profile }}/databend-*
41
42
+ - name: Upload open-sharing to github
43
+ if: steps.info.outputs.src == 'github'
44
+ uses: actions/upload-artifact@v3
45
+ with:
46
+ name: ${{ inputs.profile }}-${{ inputs.sha }}-${{ inputs.target }}-${{ inputs.category }}
47
+ path: ./target/${{ inputs.target }}/${{ inputs.profile }}/open-sharing
48
+
49
- name: Upload artifacts to s3
50
if: steps.info.outputs.src == 's3'
51
shell: bash
0 commit comments