Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmacarthy committed Aug 10, 2024
1 parent 28197ff commit 71dc642
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
name: Publish Extension

on:
workflow_dispatch:
push:
branches:
- main

jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
include:
- os: ubuntu-latest
target: linux-x64
- os: windows-latest
target: win32-x64
- os: macos-latest
target: darwin-x64
- os: macos-12
target: darwin-arm64
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand All @@ -32,7 +31,6 @@ jobs:
with:
name: vsix-${{ matrix.target }}
path: "*.vsix"

publish:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 71dc642

Please sign in to comment.