Skip to content

Commit 16dca80

Browse files
committed
ci: update release
1 parent a64bcab commit 16dca80

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ jobs:
510510
if: always()
511511
with:
512512
name: "${{ inputs.PLUGIN_NAME }}-${{ env.PACKAGE_VERSION }}.zip"
513-
path: src/${{ inputs.PLUGIN_NAME }}-${{ env.PACKAGE_VERSION }}.zip
513+
path: ${{ inputs.PLUGIN_NAME }}-${{ env.PACKAGE_VERSION }}.zip
514514
retention-days: 30
515515
516516
# #
@@ -572,5 +572,4 @@ jobs:
572572
echo "| **${{ env.FILE_STABLE }}** | ${{ env.SHA_STABLE }} |" >> $GITHUB_STEP_SUMMARY
573573
echo "| **GUID** | ${{ env.GUID }} |" >> $GITHUB_STEP_SUMMARY
574574
echo "| **UUID** | ${{ env.UUID }} |" >> $GITHUB_STEP_SUMMARY
575-
echo "| **File** | ${{ env.SHA_DEB_ARM }} |" >> $GITHUB_STEP_SUMMARY
576575

0 commit comments

Comments
 (0)