From e49a349166e7afad3a74c0f968871daa2c73c40e Mon Sep 17 00:00:00 2001 From: Clay Smith Date: Wed, 9 Feb 2022 15:24:32 -0800 Subject: [PATCH] update release workflow --- .github/workflows/release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 55fa66c..d9c9fcb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,10 +18,8 @@ jobs: cache: 'yarn' - run: yarn install - run: make build - - uses: papeloto/action-zip@v1 - with: - files: dist/ README.md package.json LICENSE.md - dest: lightstep-grafana-plugin-${{github.ref_name}}.zip + - name: Create zip archive + run: zip -r lightstep-grafana-plugin-${{github.ref_name}}.zip dist/ README.md package.json LICENSE.md - name: Release uses: softprops/action-gh-release@v1 with: