removed temporary artifact deletion

This commit is contained in:
2025-04-14 20:03:06 -05:00
parent 38f51d2a29
commit e38a56fd69
-1
View File
@@ -77,7 +77,6 @@ jobs:
uses: actions/download-artifact@v4
with:
path: ${{ github.workspace }}/bin
- run: rm ${{ github.workspace }}/bin/yellowjacket.app.zip
- name: Release
uses: softprops/action-gh-release@v2
if: github.ref_type == 'tag'