mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-31 11:23:21 +00:00
Update: bump actions/upload-artifact from 2 to 3
This commit is contained in:
parent
6540948ace
commit
33dabc42bb
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
@ -174,14 +174,14 @@ jobs:
|
|||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
|
|
||||||
- name: Store bundles
|
- name: Store bundles
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: openttd-source
|
name: openttd-source
|
||||||
path: build/bundles/*
|
path: build/bundles/*
|
||||||
retention-days: 5
|
retention-days: 5
|
||||||
|
|
||||||
- name: Store source (for other jobs)
|
- name: Store source (for other jobs)
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: internal-source
|
name: internal-source
|
||||||
path: source.tar.gz
|
path: source.tar.gz
|
||||||
@ -258,7 +258,7 @@ jobs:
|
|||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
|
|
||||||
- name: Store bundles
|
- name: Store bundles
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: openttd-docs
|
name: openttd-docs
|
||||||
path: build/bundles/*.tar.xz
|
path: build/bundles/*.tar.xz
|
||||||
@ -355,7 +355,7 @@ jobs:
|
|||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
|
|
||||||
- name: Store bundles
|
- name: Store bundles
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: openttd-linux-generic
|
name: openttd-linux-generic
|
||||||
path: build/bundles
|
path: build/bundles
|
||||||
@ -460,7 +460,7 @@ jobs:
|
|||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
|
|
||||||
- name: Store bundles
|
- name: Store bundles
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: openttd-linux-${{ matrix.bundle_name }}
|
name: openttd-linux-${{ matrix.bundle_name }}
|
||||||
path: build/bundles
|
path: build/bundles
|
||||||
@ -651,7 +651,7 @@ jobs:
|
|||||||
mv _CPack_Packages/*/Bundle/openttd-*.zip bundles/
|
mv _CPack_Packages/*/Bundle/openttd-*.zip bundles/
|
||||||
|
|
||||||
- name: Store bundles
|
- name: Store bundles
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: openttd-macos-universal
|
name: openttd-macos-universal
|
||||||
path: build-x64/bundles
|
path: build-x64/bundles
|
||||||
@ -844,7 +844,7 @@ jobs:
|
|||||||
WINDOWS_CERTIFICATE_COMMON_NAME: ${{ secrets.WINDOWS_CERTIFICATE_COMMON_NAME }}
|
WINDOWS_CERTIFICATE_COMMON_NAME: ${{ secrets.WINDOWS_CERTIFICATE_COMMON_NAME }}
|
||||||
|
|
||||||
- name: Store bundles
|
- name: Store bundles
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: openttd-windows-${{ matrix.arch }}
|
name: openttd-windows-${{ matrix.arch }}
|
||||||
path: build/bundles
|
path: build/bundles
|
||||||
@ -1025,7 +1025,7 @@ jobs:
|
|||||||
SignTool sign /fd sha256 /a /f cert.pfx /p password "output\OpenTTD.appxbundle"
|
SignTool sign /fd sha256 /a /f cert.pfx /p password "output\OpenTTD.appxbundle"
|
||||||
|
|
||||||
- name: Store appx
|
- name: Store appx
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: openttd-windows-store
|
name: openttd-windows-store
|
||||||
path: |
|
path: |
|
||||||
|
Loading…
Reference in New Issue
Block a user