Skip to content

Commit

Permalink
CI: fix upload artifact breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Sep 4, 2024
1 parent 9eb2b1f commit 924bd29
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gdext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ steps.prep.outputs.pkgfn }}
path: |
~/out
path: ~/out
include-hidden-files: true

- name: Prep asset
if: matrix.precision == 'single'
Expand All @@ -234,6 +234,7 @@ jobs:
with:
name: AssetLib-${{ steps.prep.outputs.pkgfn }}
path: ~/out
include-hidden-files: true

package_cs:
name: 📦Package (C# only)
Expand Down Expand Up @@ -263,6 +264,7 @@ jobs:
with:
name: ${{ steps.prep_cs.outputs.pkgfn }}
path: ~/out
include-hidden-files: true

gds_game:
needs: [package]
Expand Down

0 comments on commit 924bd29

Please sign in to comment.