Skip to content

Commit a622dca

Browse files
committed
fix
1 parent 8f9d515 commit a622dca

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
11+
if: github.event_name == 'push' && github.ref == 'refs/heads/main '
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
@@ -34,14 +34,3 @@ jobs:
3434
run: yarn
3535

3636
- run: yarn build
37-
38-
- name: Generate .streamDeckPlugin
39-
run: ./tools/mac/DistributionTool -b -i ./dist/dev.cpanato.onair.sdPlugin -o ./release/
40-
41-
- name: Upload .streamDeckPlugin artifact
42-
uses: actions/[email protected]
43-
with:
44-
# Artifact name
45-
name: dev.cpanato.onair.streamDeckPlugin
46-
# Directory containing files to upload
47-
path: ./release/

0 commit comments

Comments
 (0)