Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jouca committed Jun 8, 2024
1 parent 783c450 commit 49a4f60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ${{ matrix.config.os }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
submodules: 'recursive'

Expand All @@ -54,7 +54,7 @@ jobs:
- uses: geode-sdk/build-geode-mod/combine@main
id: build

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: GDUtils Build Output
path: ${{ steps.build.outputs.build-output }}

0 comments on commit 49a4f60

Please sign in to comment.