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.
1 parent b4dc0f4 commit 04da224Copy full SHA for 04da224
.github/workflows/build.yaml
@@ -187,11 +187,11 @@ jobs:
187
uses: actions/download-artifact@v3
188
with:
189
name: github-outputs
190
- - name: Unpack Integration Plugin Artifact
191
- run: |
192
- tar -xvf github-output.tar
+# - name: Unpack Integration Plugin Artifact
+# run: |
+# tar -xvf github-output.tar
193
- name: Release Integration Plugin
194
uses: softprops/action-gh-release@v2
195
196
- files: github-output/*
+ files: github-output.tar
197
tag_name: ${{ needs.build.outputs.latest_tag }}
0 commit comments