added find steps for troubleshooting
This commit is contained in:
@@ -64,6 +64,8 @@ jobs:
|
|||||||
package: false
|
package: false
|
||||||
app-working-directory: ${{ github.workspace }}
|
app-working-directory: ${{ github.workspace }}
|
||||||
|
|
||||||
|
- run: find ${{ github.workspace }}/build -type f
|
||||||
|
|
||||||
- name: Upload Binaries
|
- name: Upload Binaries
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
@@ -79,6 +81,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
path: ${{ github.workspace }}/bin
|
path: ${{ github.workspace }}/bin
|
||||||
|
- run: find ${{ github.workspace }}/bin -type f
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
if: github.ref_type == 'tag'
|
if: github.ref_type == 'tag'
|
||||||
|
|||||||
Reference in New Issue
Block a user