Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
prikolium-cfx authored Apr 30, 2024
1 parent 11f4a8f commit 4a39964
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,18 @@ jobs:
run: |
cd .\build
.\build.bat
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: release_build
path: chromium_git/chromium/src/cef/binary_distrib/*.zip

- name: Create draft release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
draft: true
title: "Development Build"
files: |
chromium_git/chromium/src/cef/binary_distrib/*.zip

0 comments on commit 4a39964

Please sign in to comment.