Skip to content

Commit

Permalink
ci: Small changes
Browse files Browse the repository at this point in the history
Signed-off-by: eXhumer <[email protected]>
  • Loading branch information
eXhumer committed Aug 22, 2024
1 parent f4b8369 commit 95ffe13
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 @@ -17,8 +17,8 @@ jobs:
{os: macos-latest, arch: universal, python: '3.12'},
{os: macos-latest, arch: x64, python: '3.12'},
{os: ubuntu-latest, arch: x64},
{os: windows-latest, arch: ia32},
{os: windows-latest, arch: x64}
{os: windows-latest, arch: ia32, python: '3.12'},
{os: windows-latest, arch: x64, python: '3.12'}
]
node: [22]
runs-on: ${{ matrix.image.os }}
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:

- name: Upload package (macOS)
if: ${{ runner.os == 'macOS' }}
uses: eXhumer/upload-artifact@v4
uses: eXhumer/upload-artifact@c47ec3d4c4704793ef450356fc07cc69122bde7e
with:
name: eXViewer-darwin-${{ matrix.image.arch }}
path: out/eXViewer-darwin-${{ matrix.image.arch }}/
Expand Down

0 comments on commit 95ffe13

Please sign in to comment.