Skip to content

Commit

Permalink
Opt: build release dev
Browse files Browse the repository at this point in the history
  • Loading branch information
zijiren233 committed Oct 5, 2023
1 parent d1c05ac commit fa3a98e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ jobs:
run: |
bash build.sh -v dev -P -p "windows,linux,darwin"
- name: Upload artifact
uses: actions/upload-artifact@v3
- uses: "marvinpinto/action-automatic-releases@latest"
with:
name: synctv
path: build
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "dev"
title: "Dev Build"
prerelease: true
files: |
build/*

0 comments on commit fa3a98e

Please sign in to comment.