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 7a5a564 commit 75810d1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,12 @@ jobs:
with:
name: vega-windows
path: bin
- name: create
- name: Upload to Release Action
uses: softprops/action-gh-release@v2
with:
body: automatic release by github actions
prerelease: true
files: bin/
name: auto release
tag_name: |
auto
prerelease
actions
files: ${{ github.workspace }}/bin/*.zip
name: autobuild
tag_name: autobuild

0 comments on commit 75810d1

Please sign in to comment.