Skip to content

Commit

Permalink
workflows: use v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Feb 23, 2024
1 parent af1a11b commit 6619f1f
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*'
Expand Down Expand Up @@ -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/*'
Expand Down Expand Up @@ -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/*'
Expand Down Expand Up @@ -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/*'
Expand Down Expand Up @@ -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/*'
Expand Down Expand Up @@ -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/*'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-xbbla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-xbbla32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-xbbli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-xbbma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-xbbmi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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/*'
Expand Down

0 comments on commit 6619f1f

Please sign in to comment.