From 026780f4b133d3ce7c6aba51f5d04d3f3f9cc7bf Mon Sep 17 00:00:00 2001 From: GTNardy Date: Sun, 4 Apr 2021 10:49:10 -0300 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e55375c..2ed9e9a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,9 +19,4 @@ jobs: uses: thedoctor0/zip-release@master with: filename: 'package.zip' - - - name: Upload Release - uses: ncipollo/release-action@v1 - with: - artifacts: "package.zip" - token: ${{ secrets.GITHUB_TOKEN }} + exclusions: '*.git*'