Browse Source

Update build-plugin.yml

pull/42/head
hemmer 2 years ago
parent
commit
f8fcc72284
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/build-plugin.yml

+ 1
- 1
.github/workflows/build-plugin.yml View File

@@ -69,7 +69,7 @@ jobs:
publish:
name: Publish plugin
runs-on: ubuntu-18.04
needs: build
needs: build, build-mac
steps:
- uses: actions/download-artifact@v3
with:


Loading…
Cancel
Save