Skip to content

Commit

Permalink
Fix asset package
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed May 13, 2024
1 parent cc0477e commit 8733afb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/gdext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,17 @@ jobs:
path: |
~/out
- name: Prep asset
working-directory: ${{ steps.prep.outputs.pkgdir }}
run: |
rm * || true
rm -r data doc src
- name: Upload asset package
uses: actions/upload-artifact@v4
with:
name: AssetLib-${{ steps.prep.outputs.pkgfn }}
path: ${{ steps.prep.outputs.pkgdir }}/addons
path: ~/out

package_cs:
name: 📦Package (C# only)
Expand Down

0 comments on commit 8733afb

Please sign in to comment.