Skip to content

Commit

Permalink
deprecate win32-ia32
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarrus1 committed Jan 6, 2025
1 parent a912739 commit 4bdfe19
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ jobs:
platform: win32
arch: x64

- os: windows-latest
platform: win32
arch: ia32

- os: windows-latest
platform: win32
arch: arm64
Expand Down Expand Up @@ -150,10 +146,6 @@ jobs:
platform: win32
arch: x64

- os: windows-latest
platform: win32
arch: ia32

- os: windows-latest
platform: win32
arch: arm64
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/release-amxxpawn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ jobs:
arch: x64
archive: sourcepawn-studio-x86_64-windows.zip

- os: windows-latest
target: i686-pc-windows-msvc
program: cargo
platform: win32
arch: ia32
archive: sourcepawn-studio-i686-windows.zip

- os: windows-latest
target: aarch64-pc-windows-msvc
program: cargo
Expand Down
11 changes: 2 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ jobs:
arch: x64
archive: sourcepawn-studio-${{ github.event.release.tag_name }}-windows-amd64.zip

- os: windows-latest
target: i686-pc-windows-msvc
program: cargo
platform: win32
arch: ia32
archive: sourcepawn-studio-${{ github.event.release.tag_name }}-windows-i686.zip

- os: windows-latest
target: aarch64-pc-windows-msvc
program: cargo
Expand Down Expand Up @@ -168,12 +161,12 @@ jobs:
- uses: actions/download-artifact@v4
- name: Publish VSIX package (Release)
if: ${{ !github.event.release.prerelease }}
run: npx vsce publish --packagePath $(find . -iname '*.vsix' ! -iname '*win32-ia32*')
run: npx vsce publish --packagePath $(find . -iname '*.vsix')
env:
VSCE_PAT: ${{ secrets.VSCE_TOKEN }}
- name: Publish VSIX package (Prerelease)
if: ${{ github.event.release.prerelease }}
run: npx vsce publish --packagePath $(find . -iname '*.vsix' ! -iname '*win32-ia32*') --pre-release
run: npx vsce publish --packagePath $(find . -iname '*.vsix') --pre-release
env:
VSCE_PAT: ${{ secrets.VSCE_TOKEN }}

Expand Down

0 comments on commit 4bdfe19

Please sign in to comment.