Skip to content

Commit a305139

Browse files
committed
update workflow
1 parent 2c41b8e commit a305139

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/geode-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
config:
15-
- name: Windows
16-
os: windows-latest
15+
# - name: Windows
16+
# os: windows-latest
1717

1818
- name: macOS
1919
os: macos-latest
@@ -42,7 +42,7 @@ jobs:
4242
- uses: geode-sdk/build-geode-mod/combine@main
4343
id: build
4444

45-
- uses: actions/upload-artifact@v3
45+
- uses: actions/upload-artifact@v4
4646
with:
4747
name: Build Output
4848
path: ${{ steps.build.outputs.build-output }}

0 commit comments

Comments
 (0)