Skip to content

Commit

Permalink
re-generate workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Apr 2, 2024
1 parent 0baa2ad commit 8062ce7
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 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 @@ -379,10 +379,10 @@ jobs:
run: |
xpm install --config darwin-x64 --loglevel ${{ github.event.inputs.xpm_install_loglevel }} ${{ github.event.inputs.xpm_install_options }}
xpm run build --config darwin-x64
- 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 @@ -447,10 +447,10 @@ jobs:
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
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
6 changes: 3 additions & 3 deletions .github/workflows/build-xbbli.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 @@ -170,10 +170,10 @@ 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
uses: ncipollo/release-action@v1.13.0
with:
allowUpdates: true
artifacts: 'build/win32-x64/deploy/*'
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 @@ -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-arm64/deploy/*'
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/qemu-arm/*'
Expand Down

0 comments on commit 8062ce7

Please sign in to comment.