From 4d4e889e1dbc417c77f24bf2af6e298a02911dc0 Mon Sep 17 00:00:00 2001 From: LordZanos Date: Sat, 9 Mar 2024 01:28:24 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1f9cabd..b9a590f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,14 +9,14 @@ jobs: steps: - name: Check out repo uses: actions/checkout@v2 - - name: Create Archive - uses: ksm2/archive-action@v1 + - uses: vimtor/action-zip@v1.2 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"