testing something with the github action
This commit is contained in:
parent
47ee2957a9
commit
4ff4b6b2c1
1
.github/workflows/automatic-prerelease.yml
vendored
1
.github/workflows/automatic-prerelease.yml
vendored
@ -34,3 +34,4 @@ jobs:
|
|||||||
automatic_release_tag: "latest"
|
automatic_release_tag: "latest"
|
||||||
prerelease: true
|
prerelease: true
|
||||||
title: "Development Build"
|
title: "Development Build"
|
||||||
|
files: maze-solver
|
||||||
|
1
.github/workflows/tagged-release.yml
vendored
1
.github/workflows/tagged-release.yml
vendored
@ -32,3 +32,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
files: maze-solver
|
||||||
|
Loading…
Reference in New Issue
Block a user