Skip to content

Commit

Permalink
Maintain CI settings
Browse files Browse the repository at this point in the history
  • Loading branch information
wtetsu committed Nov 20, 2024
1 parent 13ebdaa commit 66f7d32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ jobs:
- name: Make
run: make build-all-amd
- name: Upload Build as Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: macos_amd
path: dist/macos_amd
- name: Upload Build as Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: linux
path: dist/linux
- name: Upload Build as Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: windows
path: dist/windows

0 comments on commit 66f7d32

Please sign in to comment.