Skip to content

Commit

Permalink
Include .gdignore in artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtonmeuser committed Oct 12, 2024
1 parent 4fb8bec commit e33ead1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
uses: actions/checkout@v4

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

- name: Download Artifact
# Non-standard download action required for cross-workflow downloads
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v6
with:
workflow: addon.yml
commit: ${{ github.sha }}
Expand Down

0 comments on commit e33ead1

Please sign in to comment.