mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 20:40:29 +08:00
[CI] Update version of upload-artifact action
This commit is contained in:
24
.github/workflows/build.yml
vendored
24
.github/workflows/build.yml
vendored
@@ -137,18 +137,18 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
perl scripts/warnings.pl error.log
|
perl scripts/warnings.pl error.log
|
||||||
- name: Upload installer
|
- name: Upload installer
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: swiftinstaller-linux-64-${{ needs.preBuild.outputs.version }}
|
name: swiftinstaller-linux-64-${{ needs.preBuild.outputs.version }}
|
||||||
path: ${{ github.workspace }}/swiftinstaller-*
|
path: ${{ github.workspace }}/swiftinstaller-*
|
||||||
- name: Upload symbols
|
- name: Upload symbols
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
if: ${{ env.do_symbols == 'true' }}
|
if: ${{ env.do_symbols == 'true' }}
|
||||||
with:
|
with:
|
||||||
name: swiftsymbols-allos-${{ needs.preBuild.outputs.version }}
|
name: swiftsymbols-allos-${{ needs.preBuild.outputs.version }}
|
||||||
path: ${{ github.workspace }}/swiftsymbols-*
|
path: ${{ github.workspace }}/swiftsymbols-*
|
||||||
- name: Upload xswiftbus
|
- name: Upload xswiftbus
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: xswiftbus-thin-allos-${{ needs.preBuild.outputs.version }}
|
name: xswiftbus-thin-allos-${{ needs.preBuild.outputs.version }}
|
||||||
path: ${{ github.workspace }}/xswiftbus-*
|
path: ${{ github.workspace }}/xswiftbus-*
|
||||||
@@ -224,18 +224,18 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
perl.exe scripts\warnings.pl error.log
|
perl.exe scripts\warnings.pl error.log
|
||||||
- name: Upload installer
|
- name: Upload installer
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: swiftinstaller-windows-64-${{ needs.preBuild.outputs.version }}
|
name: swiftinstaller-windows-64-${{ needs.preBuild.outputs.version }}
|
||||||
path: ${{ github.workspace }}/swiftinstaller-*
|
path: ${{ github.workspace }}/swiftinstaller-*
|
||||||
- name: Upload symbols
|
- name: Upload symbols
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
if: ${{ env.do_symbols == 'true' }}
|
if: ${{ env.do_symbols == 'true' }}
|
||||||
with:
|
with:
|
||||||
name: swiftsymbols-allos-${{ needs.preBuild.outputs.version }}
|
name: swiftsymbols-allos-${{ needs.preBuild.outputs.version }}
|
||||||
path: ${{ github.workspace }}/swiftsymbols-*
|
path: ${{ github.workspace }}/swiftsymbols-*
|
||||||
- name: Upload xswiftbus
|
- name: Upload xswiftbus
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: xswiftbus-thin-allos-${{ needs.preBuild.outputs.version }}
|
name: xswiftbus-thin-allos-${{ needs.preBuild.outputs.version }}
|
||||||
path: ${{ github.workspace }}/xswiftbus-*
|
path: ${{ github.workspace }}/xswiftbus-*
|
||||||
@@ -310,12 +310,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
perl.exe scripts\warnings.pl error.log
|
perl.exe scripts\warnings.pl error.log
|
||||||
- name: Upload installer
|
- name: Upload installer
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: swiftinstaller-windows-32-${{ needs.preBuild.outputs.version }}
|
name: swiftinstaller-windows-32-${{ needs.preBuild.outputs.version }}
|
||||||
path: ${{ github.workspace }}/swiftinstaller-*
|
path: ${{ github.workspace }}/swiftinstaller-*
|
||||||
- name: Upload symbols
|
- name: Upload symbols
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
if: ${{ env.do_symbols == 'true' }}
|
if: ${{ env.do_symbols == 'true' }}
|
||||||
with:
|
with:
|
||||||
name: swiftsymbols-allos-${{ needs.preBuild.outputs.version }}
|
name: swiftsymbols-allos-${{ needs.preBuild.outputs.version }}
|
||||||
@@ -384,18 +384,18 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
perl scripts/warnings.pl error.log
|
perl scripts/warnings.pl error.log
|
||||||
- name: Upload installer
|
- name: Upload installer
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: swiftinstaller-macos-64-${{ needs.preBuild.outputs.version }}
|
name: swiftinstaller-macos-64-${{ needs.preBuild.outputs.version }}
|
||||||
path: ${{ github.workspace }}/swiftinstaller-*
|
path: ${{ github.workspace }}/swiftinstaller-*
|
||||||
- name: Upload symbols
|
- name: Upload symbols
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
if: ${{ env.do_symbols == 'true' }}
|
if: ${{ env.do_symbols == 'true' }}
|
||||||
with:
|
with:
|
||||||
name: swiftsymbols-allos-${{ needs.preBuild.outputs.version }}
|
name: swiftsymbols-allos-${{ needs.preBuild.outputs.version }}
|
||||||
path: ${{ github.workspace }}/swiftsymbols-*
|
path: ${{ github.workspace }}/swiftsymbols-*
|
||||||
- name: Upload xswiftbus
|
- name: Upload xswiftbus
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: xswiftbus-thin-allos-${{ needs.preBuild.outputs.version }}
|
name: xswiftbus-thin-allos-${{ needs.preBuild.outputs.version }}
|
||||||
path: ${{ github.workspace }}/xswiftbus-*
|
path: ${{ github.workspace }}/xswiftbus-*
|
||||||
@@ -416,7 +416,7 @@ jobs:
|
|||||||
7z x -y xswiftbus-macos-64-*.7z
|
7z x -y xswiftbus-macos-64-*.7z
|
||||||
7z a -y -mx=9 xswiftbus-fat-allos-${{ needs.preBuild.outputs.version }}.7z xswiftbus
|
7z a -y -mx=9 xswiftbus-fat-allos-${{ needs.preBuild.outputs.version }}.7z xswiftbus
|
||||||
- name: Upload xswiftbus-fat
|
- name: Upload xswiftbus-fat
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: xswiftbus-fat-allos-${{ needs.preBuild.outputs.version }}
|
name: xswiftbus-fat-allos-${{ needs.preBuild.outputs.version }}
|
||||||
path: xswiftbus-fat-allos-*
|
path: xswiftbus-fat-allos-*
|
||||||
|
|||||||
Reference in New Issue
Block a user