mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-27 20:46:00 +00:00
chore: auto-update github workflows
This commit is contained in:
8
.github/workflows/build-app-beta.yaml
vendored
8
.github/workflows/build-app-beta.yaml
vendored
@@ -113,6 +113,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: ${{ matrix.os }}
|
name: ${{ matrix.os }}
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
- name: Release
|
||||||
|
uses: softprops/action-gh-release@v1
|
||||||
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
with:
|
||||||
|
files: artifacts/**
|
||||||
|
prerelease: true
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Print content of notarization-error.log
|
- name: Print content of notarization-error.log
|
||||||
if: failure() && matrix.os == 'macos-14'
|
if: failure() && matrix.os == 'macos-14'
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
8
.github/workflows/build-app-pro-beta.yaml
vendored
8
.github/workflows/build-app-pro-beta.yaml
vendored
@@ -144,6 +144,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: ${{ matrix.os }}
|
name: ${{ matrix.os }}
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
- name: Release
|
||||||
|
uses: softprops/action-gh-release@v1
|
||||||
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
with:
|
||||||
|
files: artifacts/**
|
||||||
|
prerelease: true
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Print content of notarization-error.log
|
- name: Print content of notarization-error.log
|
||||||
if: failure() && matrix.os == 'macos-14'
|
if: failure() && matrix.os == 'macos-14'
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
8
.github/workflows/build-app-pro.yaml
vendored
8
.github/workflows/build-app-pro.yaml
vendored
@@ -144,6 +144,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: ${{ matrix.os }}
|
name: ${{ matrix.os }}
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
- name: Release
|
||||||
|
uses: softprops/action-gh-release@v1
|
||||||
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
with:
|
||||||
|
files: artifacts/**
|
||||||
|
prerelease: false
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Print content of notarization-error.log
|
- name: Print content of notarization-error.log
|
||||||
if: failure() && matrix.os == 'macos-14'
|
if: failure() && matrix.os == 'macos-14'
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
8
.github/workflows/build-app.yaml
vendored
8
.github/workflows/build-app.yaml
vendored
@@ -116,6 +116,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: ${{ matrix.os }}
|
name: ${{ matrix.os }}
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
- name: Release
|
||||||
|
uses: softprops/action-gh-release@v1
|
||||||
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
with:
|
||||||
|
files: artifacts/**
|
||||||
|
prerelease: false
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Print content of notarization-error.log
|
- name: Print content of notarization-error.log
|
||||||
if: failure() && matrix.os == 'macos-14'
|
if: failure() && matrix.os == 'macos-14'
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user