Skip to content

Commit

Permalink
-Add continuous release.
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigG committed Oct 29, 2021
1 parent 57680bc commit f272ec2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/linux_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,13 @@ jobs:
if: ${{ matrix.artifact }}
with:
name: ${{ matrix.cache-name }}

- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./bin/godot.x11.tools.64
asset_name: Godot-continuous-release-linux.x86_64
tag: Godot-continuous-release
overwrite: true
body: "Bleeding edge release for those who like to live on the edge :)"

0 comments on commit f272ec2

Please sign in to comment.