Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
prikolium-cfx authored May 3, 2024
1 parent 74a1f29 commit 3154dbb
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
with:
submodules: 'recursive'

#- name: Set up Python 3.8
# uses: actions/setup-python@v4
# with:
# python-version: '3.8'
# architecture: 'x64'
- name: Release
uses: softprops/action-gh-release@v2
with:
name: ${{ format('build-{0}', github.run_id) }}
files: build/build.bat

- name: Add depot_tools and ninja to PATH
run: |
Expand All @@ -48,11 +48,8 @@ jobs:
path: chromium_git/chromium/src/cef/binary_distrib/*.zip

- name: Create draft release
uses: "marvinpinto/action-automatic-releases@latest"
uses: softprops/action-gh-release@v2
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
draft: true
automatic_release_tag: ${{ format('build-{0}', github.run_id) }}
title: "Development Build"
files: |
chromium_git/chromium/src/cef/binary_distrib/*.zip
name: ${{ format('build-{0}', github.run_id) }}
files: chromium_git/chromium/src/cef/binary_distrib/*.zip

0 comments on commit 3154dbb

Please sign in to comment.