From f949b97b22b9227fdaea12e2586ee6f0d740cccf Mon Sep 17 00:00:00 2001 From: Dany Date: Tue, 20 Jun 2023 18:46:35 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 35f0409..40e4403 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,12 +28,12 @@ jobs: uses: TheDoctor0/zip-release@0.7.1 with: type: 'zip' - filename: 'release.zip' - directory: '.' - path: './dist' + filename: 'build.zip' + directory: './dist' + path: '.' - name: Upload Release uses: ncipollo/release-action@v1.12.0 with: - tag: 'admin' - artifacts: 'release.zip' + tag: 'Admin' + artifacts: 'build.zip' token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file