mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-02 23:03:58 +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,14 +113,6 @@ 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: |
|
||||||
|
|||||||
5
.github/workflows/build-app-check.yaml
vendored
5
.github/workflows/build-app-check.yaml
vendored
@@ -104,6 +104,11 @@ jobs:
|
|||||||
|
|
||||||
mv app/dist/*.yml artifacts/ || true
|
mv app/dist/*.yml artifacts/ || true
|
||||||
rm artifacts/builder-debug.yml
|
rm artifacts/builder-debug.yml
|
||||||
|
- name: Upload artifacts
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: ${{ matrix.os }}
|
||||||
|
path: artifacts
|
||||||
- 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,14 +144,6 @@ 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,14 +144,6 @@ 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,14 +116,6 @@ 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