Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zAlweNy26 committed Jun 20, 2023
1 parent dc01604 commit f949b97
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit f949b97

Please sign in to comment.