mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-17 21:32:52 +01:00
Prevent automatic builds from going live accidently
This commit is contained in:
parent
d3dd63cc86
commit
a52b908ef0
1
.github/workflows/release-factory.yml
vendored
1
.github/workflows/release-factory.yml
vendored
@ -51,4 +51,5 @@ jobs:
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
prerelease: true
|
||||
files: "esp-miner-factory-${{ matrix.build_type }}-${{ github.ref_name }}.bin"
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -53,9 +53,11 @@ jobs:
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
prerelease: true
|
||||
files: ./build/www.bin
|
||||
- name: Release esp-miner.bin
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
prerelease: true
|
||||
files: ./build/esp-miner.bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user