Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maksw2 authored Jun 20, 2024
1 parent ac23488 commit 8c59cc2
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,17 @@ jobs:
with:
name: vega-windows
path: bin
- name: get artifact
uses: actions/download-artifact@v4
- name: compress bin
uses: thedoctor0/zip-release@0.7.5
with:
type: 'zip'
filename: 'vega-windows.zip'
path: bin/
- name: Upload to Release Action
uses: softprops/action-gh-release@v2
with:
body: automatic release by github actions
prerelease: true
files: ${{ github.workspace }}/*.zip
files: ${{ github.workspace }}/vega-windows.zip
name: autobuild
tag_name: autobuild
- name: Discord notification
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
uses: Ilshidur/action-discord@master
with:
args: 'The project {{ EVENT_PAYLOAD.repository.full_name }} has been deployed.'

0 comments on commit 8c59cc2

Please sign in to comment.