Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zAlweNy26 committed Aug 4, 2023
1 parent 433fc3d commit 9df0b9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
with:
type: 'zip'
filename: 'my_plugin.zip'
directory: './my_plugin'
path: '.'
directory: '.'
path: './my_plugin'
- name: Upload Release
uses: ncipollo/release-action@v1.12.0
with:
tag: "${{fromJson(env.PLUGIN_JSON).version}}"
artifacts: './my_plugin/my_plugin.zip'
artifacts: 'my_plugin.zip'
allowUpdates: true
replacesArtifacts: true
body: |
Expand Down

0 comments on commit 9df0b9d

Please sign in to comment.