Skip to content

Commit c06e39c

Browse files
committed
Include .gdignore in artifact
1 parent fcf6183 commit c06e39c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Clean Binaries
19-
run: rm -rf ${{ github.workspace }}/${{ env.LIBRARY_PATH }}
19+
run: find ${{ github.workspace }}/${{ env.LIBRARY_PATH }} -mindepth 1 -type d -exec rm -rf {} +
2020

2121
- name: Download Artifact
2222
# Non-standard download action required for cross-workflow downloads
23-
uses: dawidd6/action-download-artifact@v2
23+
uses: dawidd6/action-download-artifact@v6
2424
with:
2525
workflow: addon.yml
2626
commit: ${{ github.sha }}

0 commit comments

Comments
 (0)