Skip to content

Commit 47c7fc8

Browse files
committed
update workflow
1 parent 9ccec62 commit 47c7fc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Publish Release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
run: |
3131
python -m pip install --upgrade pip
3232
pip install -r ./requirements.txt -t ./lib
33-
zip -r <NAME-OF-YOUR-PLUGIN>.zip . -x '*.git*'
33+
zip -r Flow.Launcher.Plugin.HelloWorldPython.zip . -x '*.git*'
3434
- name: Publish
35-
if: success() && github.ref == 'refs/heads/main'
35+
if: success()
3636
uses: softprops/action-gh-release@v1
3737
with:
38-
files: '<NAME-OF-YOUR-PLUGIN>.zip'
38+
files: 'Flow.Launcher.Plugin.HelloWorldPython.zip'
3939
tag_name: "v${{steps.version.outputs.prop}}"
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)