Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LordZanos authored Mar 9, 2024
1 parent 6d07942 commit 4d4e889
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
steps:
- name: Check out repo
uses: actions/checkout@v2
- name: Create Archive
uses: ksm2/archive-action@v1
- uses: vimtor/[email protected]
with:
name: test.zip
files: dist/
dest: result.zip
- name: Upload to relase
uses: svenstaro/upload-release-action@v2
with:
file: test.zip
asset_name: test.zip
file: result.zip
asset_name: result.zip
overwrite: true
body: "This is my release text"

0 comments on commit 4d4e889

Please sign in to comment.