removed temporary artifact deletion
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user