Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
accelerator74 committed Jul 16, 2024
1 parent 8db9118 commit 4acfee6
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,19 @@ jobs:
- windows-latest

sm_version:
- "master"

mm_version:
- "master"
- "latest"
- "1.11"

include:
- mm_version: "master"
- mm_version: "latest"
mm_branch: "master"

- sm_version: "master"
- sm_version: "latest"
sm_branch: "master"

- sm_version: "1.11"
sm_branch: "1.11-dev"

- os: ubuntu-latest
os_short: linux

Expand Down Expand Up @@ -147,7 +148,7 @@ jobs:
- name: Uploading package
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}-${{ matrix.os_short }}-${{ env.GITHUB_SHA_SHORT }}
name: ${{ github.event.repository.name }}-sm${{ matrix.sm_version }}-${{ matrix.os_short }}-${{ env.GITHUB_SHA_SHORT }}
path: src/build/package

release:
Expand Down

0 comments on commit 4acfee6

Please sign in to comment.