Skip to content

Commit

Permalink
Update glue.yml (clone on subdirectory)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcnor authored Nov 17, 2023
1 parent 84c8d97 commit 5f7722a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/glue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 1
path: 'FRB'

- name: Checkout Gum
uses: actions/checkout@v4
with:
name: ${{github.repository_owner}}/Gum
repository: ${{ github.repository_owner }}/Gum
fetch-depth: 1
path: '..'
path: 'Gum'

# Install the .NET Core workload
- name: Install .NET Core
Expand All @@ -38,4 +39,10 @@ jobs:
uses: microsoft/setup-msbuild@v1.0.2

- name: Build
run: dotnet build '.\FRBDK\Glue\Glue with All.sln'
run: dotnet build -c ${{ matrix.configuration }} 'FRB\FRBDK\Glue\Glue with All.sln'

- name: Package
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.configuration }}
path: FRB/FRBDK/Glue/Glue/bin/${{ matrix.configuration }}

0 comments on commit 5f7722a

Please sign in to comment.