From 6619f1fdc6a83da512f17322969597e429db363a Mon Sep 17 00:00:00 2001 From: Liviu Ionescu Date: Fri, 23 Feb 2024 19:50:02 +0200 Subject: [PATCH] workflows: use v1.13.0 --- .github/workflows/build-all.yml | 12 ++++++------ .github/workflows/build-xbbla.yml | 2 +- .github/workflows/build-xbbla32.yml | 2 +- .github/workflows/build-xbbli.yml | 2 +- .github/workflows/build-xbbma.yml | 2 +- .github/workflows/build-xbbmi.yml | 2 +- .github/workflows/publish-release.yml | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 3d8dce3..10f5b03 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -103,7 +103,7 @@ jobs: - name: 'Publish pre-release' # https://github.com/ncipollo/release-action - uses: ncipollo/release-action@v1 + uses: ncipollo/release-action@v1.13.0 with: allowUpdates: true artifacts: 'build/linux-x64/deploy/*' @@ -174,7 +174,7 @@ jobs: - name: 'Publish pre-release' # https://github.com/ncipollo/release-action - uses: ncipollo/release-action@v1 + uses: ncipollo/release-action@v1.13.0 with: allowUpdates: true artifacts: 'build/win32-x64/deploy/*' @@ -245,7 +245,7 @@ jobs: - name: 'Publish pre-release' # https://github.com/ncipollo/release-action - uses: ncipollo/release-action@v1 + uses: ncipollo/release-action@v1.13.0 with: allowUpdates: true artifacts: 'build/linux-arm/deploy/*' @@ -315,7 +315,7 @@ jobs: - name: 'Publish pre-release' # https://github.com/ncipollo/release-action - uses: ncipollo/release-action@v1 + uses: ncipollo/release-action@v1.13.0 with: allowUpdates: true artifacts: 'build/linux-arm64/deploy/*' @@ -382,7 +382,7 @@ jobs: - name: 'Publish pre-release' # https://github.com/ncipollo/release-action - uses: ncipollo/release-action@v1 + uses: ncipollo/release-action@v1.13.0 with: allowUpdates: true artifacts: 'build/darwin-x64/deploy/*' @@ -450,7 +450,7 @@ jobs: - name: 'Publish pre-release' # https://github.com/ncipollo/release-action - uses: ncipollo/release-action@v1 + uses: ncipollo/release-action@v1.13.0 with: allowUpdates: true artifacts: 'build/darwin-arm64/deploy/*' diff --git a/.github/workflows/build-xbbla.yml b/.github/workflows/build-xbbla.yml index a1aea4b..9f961b7 100644 --- a/.github/workflows/build-xbbla.yml +++ b/.github/workflows/build-xbbla.yml @@ -103,7 +103,7 @@ jobs: - name: 'Publish pre-release' # https://github.com/ncipollo/release-action - uses: ncipollo/release-action@v1 + uses: ncipollo/release-action@v1.13.0 with: allowUpdates: true artifacts: 'build/linux-arm64/deploy/*' diff --git a/.github/workflows/build-xbbla32.yml b/.github/workflows/build-xbbla32.yml index 3aba9e6..a782273 100644 --- a/.github/workflows/build-xbbla32.yml +++ b/.github/workflows/build-xbbla32.yml @@ -103,7 +103,7 @@ jobs: - name: 'Publish pre-release' # https://github.com/ncipollo/release-action - uses: ncipollo/release-action@v1 + uses: ncipollo/release-action@v1.13.0 with: allowUpdates: true artifacts: 'build/linux-arm/deploy/*' diff --git a/.github/workflows/build-xbbli.yml b/.github/workflows/build-xbbli.yml index 46d2202..e56a63a 100644 --- a/.github/workflows/build-xbbli.yml +++ b/.github/workflows/build-xbbli.yml @@ -170,7 +170,7 @@ jobs: run: | xpm install --config win32-x64 --loglevel ${{ github.event.inputs.xpm_install_loglevel }} ${{ github.event.inputs.xpm_install_options }} xpm run build --config win32-x64 - + - name: 'Publish pre-release' # https://github.com/ncipollo/release-action uses: ncipollo/release-action@v1.13.0 diff --git a/.github/workflows/build-xbbma.yml b/.github/workflows/build-xbbma.yml index 8374945..691b4cf 100644 --- a/.github/workflows/build-xbbma.yml +++ b/.github/workflows/build-xbbma.yml @@ -96,7 +96,7 @@ jobs: run: | xpm install --config darwin-arm64 --loglevel ${{ github.event.inputs.xpm_install_loglevel }} ${{ github.event.inputs.xpm_install_options }} xpm run build --config darwin-arm64 - + - name: 'Publish pre-release' # https://github.com/ncipollo/release-action uses: ncipollo/release-action@v1.13.0 diff --git a/.github/workflows/build-xbbmi.yml b/.github/workflows/build-xbbmi.yml index 367c238..68fb0ac 100644 --- a/.github/workflows/build-xbbmi.yml +++ b/.github/workflows/build-xbbmi.yml @@ -99,7 +99,7 @@ jobs: - name: 'Publish pre-release' # https://github.com/ncipollo/release-action - uses: ncipollo/release-action@v1 + uses: ncipollo/release-action@v1.13.0 with: allowUpdates: true artifacts: 'build/darwin-x64/deploy/*' diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 507fdbc..491ecdb 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -70,7 +70,7 @@ jobs: - name: 'Publish release' # https://github.com/ncipollo/release-action - uses: ncipollo/release-action@v1 + uses: ncipollo/release-action@v1.13.0 with: allowUpdates: false bodyFile: '.github/workflows/body-github-release.md' @@ -93,7 +93,7 @@ jobs: - name: 'Publish artifacts' # https://github.com/ncipollo/release-action - uses: ncipollo/release-action@v1 + uses: ncipollo/release-action@v1.13.0 with: allowUpdates: true artifacts: '~/Downloads/xpack-binaries/gcc/*'