We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9d515 commit a622dcaCopy full SHA for a622dca
.github/workflows/build.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
build:
11
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
+ if: github.event_name == 'push' && github.ref == 'refs/heads/main '
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
@@ -34,14 +34,3 @@ jobs:
34
run: yarn
35
36
- 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