Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RayPS authored Nov 11, 2024
1 parent 896560e commit 39fede2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ jobs:
type: 'zip'
path: 'extension'
filename: 'extension.zip'
- name: Upload Release
uses: ncipollo/release-action@v1.14.0
with:
artifacts: "extension.zip"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 39fede2

Please sign in to comment.