Skip to content

Commit

Permalink
Fixing release
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaswittig committed May 3, 2024
1 parent 2ac1d02 commit 3721125
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
cd plugin
zip -r ../attachmentav.zip .
cd ..
- name: Upload artifact
uses: actions/upload-artifact@v2
- name: Create release including artifact
uses: softprops/action-gh-release@v2
with:
name: attachmentav
path: attachmentav.zip
files: attachmentav.zip

0 comments on commit 3721125

Please sign in to comment.