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 May 1, 2024
1 parent b4bfdee commit 74035b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
draft: true
automatic_release_tag: "latest"
automatic_release_tag: ${{ format('build-{0}', github.run_id) }}
title: "Development Build"
files: |
chromium_git/chromium/src/cef/binary_distrib/*.zip

0 comments on commit 74035b1

Please sign in to comment.