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 69975d4 commit 56afa4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@ jobs:
with:
name: vega-windows
path: bin
- name: get artifact
uses: actions/download-artifact@v4
- name: Upload to Release Action
uses: softprops/action-gh-release@v2
with:
body: automatic release by github actions
prerelease: true
files: ${{ github.workspace }}/bin/*.zip
files: ${{ github.workspace }}/*.zip
name: autobuild
tag_name: autobuild

0 comments on commit 56afa4d

Please sign in to comment.