mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 15:04:36 +03:00
ci: (up|down)load-artifact v2 -> v3
This commit is contained in:
parent
b95f453ede
commit
1d908457ae
2
.github/workflows/gen_centos8.yml
vendored
2
.github/workflows/gen_centos8.yml
vendored
@ -75,7 +75,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: "mv ~/rpmbuild/RPMS/*/*.rpm ."
|
run: "mv ~/rpmbuild/RPMS/*/*.rpm ."
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "centos8"
|
name: "centos8"
|
||||||
path: "wezterm-*.rpm"
|
path: "wezterm-*.rpm"
|
||||||
|
4
.github/workflows/gen_centos8_continuous.yml
vendored
4
.github/workflows/gen_centos8_continuous.yml
vendored
@ -99,7 +99,7 @@ jobs:
|
|||||||
export BUILD_REASON=Schedule
|
export BUILD_REASON=Schedule
|
||||||
mv ~/rpmbuild/RPMS/*/*.rpm wezterm-nightly-centos8.rpm
|
mv ~/rpmbuild/RPMS/*/*.rpm wezterm-nightly-centos8.rpm
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "centos8"
|
name: "centos8"
|
||||||
path: "wezterm-*.rpm"
|
path: "wezterm-*.rpm"
|
||||||
@ -112,7 +112,7 @@ jobs:
|
|||||||
- name: "checkout repo"
|
- name: "checkout repo"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: "Download artifact"
|
- name: "Download artifact"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "centos8"
|
name: "centos8"
|
||||||
- name: "Upload to Nightly Release"
|
- name: "Upload to Nightly Release"
|
||||||
|
4
.github/workflows/gen_centos8_tag.yml
vendored
4
.github/workflows/gen_centos8_tag.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: "mv ~/rpmbuild/RPMS/*/*.rpm ."
|
run: "mv ~/rpmbuild/RPMS/*/*.rpm ."
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "centos8"
|
name: "centos8"
|
||||||
path: "wezterm-*.rpm"
|
path: "wezterm-*.rpm"
|
||||||
@ -77,7 +77,7 @@ jobs:
|
|||||||
- name: "checkout repo"
|
- name: "checkout repo"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: "Download artifact"
|
- name: "Download artifact"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "centos8"
|
name: "centos8"
|
||||||
- name: "Create pre-release"
|
- name: "Create pre-release"
|
||||||
|
2
.github/workflows/gen_centos9.yml
vendored
2
.github/workflows/gen_centos9.yml
vendored
@ -75,7 +75,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: "mv ~/rpmbuild/RPMS/*/*.rpm ."
|
run: "mv ~/rpmbuild/RPMS/*/*.rpm ."
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "centos9"
|
name: "centos9"
|
||||||
path: "wezterm-*.rpm"
|
path: "wezterm-*.rpm"
|
||||||
|
4
.github/workflows/gen_centos9_continuous.yml
vendored
4
.github/workflows/gen_centos9_continuous.yml
vendored
@ -99,7 +99,7 @@ jobs:
|
|||||||
export BUILD_REASON=Schedule
|
export BUILD_REASON=Schedule
|
||||||
mv ~/rpmbuild/RPMS/*/*.rpm wezterm-nightly-centos9.rpm
|
mv ~/rpmbuild/RPMS/*/*.rpm wezterm-nightly-centos9.rpm
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "centos9"
|
name: "centos9"
|
||||||
path: "wezterm-*.rpm"
|
path: "wezterm-*.rpm"
|
||||||
@ -112,7 +112,7 @@ jobs:
|
|||||||
- name: "checkout repo"
|
- name: "checkout repo"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: "Download artifact"
|
- name: "Download artifact"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "centos9"
|
name: "centos9"
|
||||||
- name: "Upload to Nightly Release"
|
- name: "Upload to Nightly Release"
|
||||||
|
4
.github/workflows/gen_centos9_tag.yml
vendored
4
.github/workflows/gen_centos9_tag.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: "mv ~/rpmbuild/RPMS/*/*.rpm ."
|
run: "mv ~/rpmbuild/RPMS/*/*.rpm ."
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "centos9"
|
name: "centos9"
|
||||||
path: "wezterm-*.rpm"
|
path: "wezterm-*.rpm"
|
||||||
@ -77,7 +77,7 @@ jobs:
|
|||||||
- name: "checkout repo"
|
- name: "checkout repo"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: "Download artifact"
|
- name: "Download artifact"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "centos9"
|
name: "centos9"
|
||||||
- name: "Create pre-release"
|
- name: "Create pre-release"
|
||||||
|
2
.github/workflows/gen_debian10.3.yml
vendored
2
.github/workflows/gen_debian10.3.yml
vendored
@ -75,7 +75,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: "bash ci/deploy.sh"
|
run: "bash ci/deploy.sh"
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "debian10.3"
|
name: "debian10.3"
|
||||||
path: |
|
path: |
|
||||||
|
@ -99,7 +99,7 @@ jobs:
|
|||||||
export BUILD_REASON=Schedule
|
export BUILD_REASON=Schedule
|
||||||
bash ci/deploy.sh
|
bash ci/deploy.sh
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "debian10.3"
|
name: "debian10.3"
|
||||||
path: |
|
path: |
|
||||||
@ -114,7 +114,7 @@ jobs:
|
|||||||
- name: "checkout repo"
|
- name: "checkout repo"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: "Download artifact"
|
- name: "Download artifact"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "debian10.3"
|
name: "debian10.3"
|
||||||
- name: "Upload to Nightly Release"
|
- name: "Upload to Nightly Release"
|
||||||
|
4
.github/workflows/gen_debian10.3_tag.yml
vendored
4
.github/workflows/gen_debian10.3_tag.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: "bash ci/deploy.sh"
|
run: "bash ci/deploy.sh"
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "debian10.3"
|
name: "debian10.3"
|
||||||
path: |
|
path: |
|
||||||
@ -79,7 +79,7 @@ jobs:
|
|||||||
- name: "checkout repo"
|
- name: "checkout repo"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: "Download artifact"
|
- name: "Download artifact"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "debian10.3"
|
name: "debian10.3"
|
||||||
- name: "Create pre-release"
|
- name: "Create pre-release"
|
||||||
|
2
.github/workflows/gen_debian11.yml
vendored
2
.github/workflows/gen_debian11.yml
vendored
@ -75,7 +75,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: "bash ci/deploy.sh"
|
run: "bash ci/deploy.sh"
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "debian11"
|
name: "debian11"
|
||||||
path: |
|
path: |
|
||||||
|
@ -99,7 +99,7 @@ jobs:
|
|||||||
export BUILD_REASON=Schedule
|
export BUILD_REASON=Schedule
|
||||||
bash ci/deploy.sh
|
bash ci/deploy.sh
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "debian11"
|
name: "debian11"
|
||||||
path: |
|
path: |
|
||||||
@ -114,7 +114,7 @@ jobs:
|
|||||||
- name: "checkout repo"
|
- name: "checkout repo"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: "Download artifact"
|
- name: "Download artifact"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "debian11"
|
name: "debian11"
|
||||||
- name: "Upload to Nightly Release"
|
- name: "Upload to Nightly Release"
|
||||||
|
4
.github/workflows/gen_debian11_tag.yml
vendored
4
.github/workflows/gen_debian11_tag.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: "bash ci/deploy.sh"
|
run: "bash ci/deploy.sh"
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "debian11"
|
name: "debian11"
|
||||||
path: |
|
path: |
|
||||||
@ -79,7 +79,7 @@ jobs:
|
|||||||
- name: "checkout repo"
|
- name: "checkout repo"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: "Download artifact"
|
- name: "Download artifact"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "debian11"
|
name: "debian11"
|
||||||
- name: "Create pre-release"
|
- name: "Create pre-release"
|
||||||
|
2
.github/workflows/gen_debian9.12.yml
vendored
2
.github/workflows/gen_debian9.12.yml
vendored
@ -89,7 +89,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: "bash ci/deploy.sh"
|
run: "bash ci/deploy.sh"
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "debian9.12"
|
name: "debian9.12"
|
||||||
path: |
|
path: |
|
||||||
|
@ -112,7 +112,7 @@ jobs:
|
|||||||
export BUILD_REASON=Schedule
|
export BUILD_REASON=Schedule
|
||||||
bash ci/deploy.sh
|
bash ci/deploy.sh
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "debian9.12"
|
name: "debian9.12"
|
||||||
path: |
|
path: |
|
||||||
@ -127,7 +127,7 @@ jobs:
|
|||||||
- name: "checkout repo"
|
- name: "checkout repo"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: "Download artifact"
|
- name: "Download artifact"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "debian9.12"
|
name: "debian9.12"
|
||||||
- name: "Upload to Nightly Release"
|
- name: "Upload to Nightly Release"
|
||||||
|
4
.github/workflows/gen_debian9.12_tag.yml
vendored
4
.github/workflows/gen_debian9.12_tag.yml
vendored
@ -79,7 +79,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: "bash ci/deploy.sh"
|
run: "bash ci/deploy.sh"
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "debian9.12"
|
name: "debian9.12"
|
||||||
path: |
|
path: |
|
||||||
@ -93,7 +93,7 @@ jobs:
|
|||||||
- name: "checkout repo"
|
- name: "checkout repo"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: "Download artifact"
|
- name: "Download artifact"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "debian9.12"
|
name: "debian9.12"
|
||||||
- name: "Create pre-release"
|
- name: "Create pre-release"
|
||||||
|
2
.github/workflows/gen_fedora33.yml
vendored
2
.github/workflows/gen_fedora33.yml
vendored
@ -72,7 +72,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: "mv ~/rpmbuild/RPMS/*/*.rpm ."
|
run: "mv ~/rpmbuild/RPMS/*/*.rpm ."
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "fedora33"
|
name: "fedora33"
|
||||||
path: "wezterm-*.rpm"
|
path: "wezterm-*.rpm"
|
||||||
|
@ -94,7 +94,7 @@ jobs:
|
|||||||
export BUILD_REASON=Schedule
|
export BUILD_REASON=Schedule
|
||||||
mv ~/rpmbuild/RPMS/*/*.rpm wezterm-nightly-fedora33.rpm
|
mv ~/rpmbuild/RPMS/*/*.rpm wezterm-nightly-fedora33.rpm
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "fedora33"
|
name: "fedora33"
|
||||||
path: "wezterm-*.rpm"
|
path: "wezterm-*.rpm"
|
||||||
@ -107,7 +107,7 @@ jobs:
|
|||||||
- name: "checkout repo"
|
- name: "checkout repo"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: "Download artifact"
|
- name: "Download artifact"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "fedora33"
|
name: "fedora33"
|
||||||
- name: "Upload to Nightly Release"
|
- name: "Upload to Nightly Release"
|
||||||
|
4
.github/workflows/gen_fedora33_tag.yml
vendored
4
.github/workflows/gen_fedora33_tag.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: "mv ~/rpmbuild/RPMS/*/*.rpm ."
|
run: "mv ~/rpmbuild/RPMS/*/*.rpm ."
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "fedora33"
|
name: "fedora33"
|
||||||
path: "wezterm-*.rpm"
|
path: "wezterm-*.rpm"
|
||||||
@ -74,7 +74,7 @@ jobs:
|
|||||||
- name: "checkout repo"
|
- name: "checkout repo"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: "Download artifact"
|
- name: "Download artifact"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "fedora33"
|
name: "fedora33"
|
||||||
- name: "Create pre-release"
|
- name: "Create pre-release"
|
||||||
|
2
.github/workflows/gen_fedora34.yml
vendored
2
.github/workflows/gen_fedora34.yml
vendored
@ -72,7 +72,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: "mv ~/rpmbuild/RPMS/*/*.rpm ."
|
run: "mv ~/rpmbuild/RPMS/*/*.rpm ."
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "fedora34"
|
name: "fedora34"
|
||||||
path: "wezterm-*.rpm"
|
path: "wezterm-*.rpm"
|
||||||
|
@ -94,7 +94,7 @@ jobs:
|
|||||||
export BUILD_REASON=Schedule
|
export BUILD_REASON=Schedule
|
||||||
mv ~/rpmbuild/RPMS/*/*.rpm wezterm-nightly-fedora34.rpm
|
mv ~/rpmbuild/RPMS/*/*.rpm wezterm-nightly-fedora34.rpm
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "fedora34"
|
name: "fedora34"
|
||||||
path: "wezterm-*.rpm"
|
path: "wezterm-*.rpm"
|
||||||
@ -107,7 +107,7 @@ jobs:
|
|||||||
- name: "checkout repo"
|
- name: "checkout repo"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: "Download artifact"
|
- name: "Download artifact"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "fedora34"
|
name: "fedora34"
|
||||||
- name: "Upload to Nightly Release"
|
- name: "Upload to Nightly Release"
|
||||||
|
4
.github/workflows/gen_fedora34_tag.yml
vendored
4
.github/workflows/gen_fedora34_tag.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: "mv ~/rpmbuild/RPMS/*/*.rpm ."
|
run: "mv ~/rpmbuild/RPMS/*/*.rpm ."
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "fedora34"
|
name: "fedora34"
|
||||||
path: "wezterm-*.rpm"
|
path: "wezterm-*.rpm"
|
||||||
@ -74,7 +74,7 @@ jobs:
|
|||||||
- name: "checkout repo"
|
- name: "checkout repo"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: "Download artifact"
|
- name: "Download artifact"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "fedora34"
|
name: "fedora34"
|
||||||
- name: "Create pre-release"
|
- name: "Create pre-release"
|
||||||
|
2
.github/workflows/gen_fedora35.yml
vendored
2
.github/workflows/gen_fedora35.yml
vendored
@ -72,7 +72,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: "mv ~/rpmbuild/RPMS/*/*.rpm ."
|
run: "mv ~/rpmbuild/RPMS/*/*.rpm ."
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "fedora35"
|
name: "fedora35"
|
||||||
path: "wezterm-*.rpm"
|
path: "wezterm-*.rpm"
|
||||||
|
@ -94,7 +94,7 @@ jobs:
|
|||||||
export BUILD_REASON=Schedule
|
export BUILD_REASON=Schedule
|
||||||
mv ~/rpmbuild/RPMS/*/*.rpm wezterm-nightly-fedora35.rpm
|
mv ~/rpmbuild/RPMS/*/*.rpm wezterm-nightly-fedora35.rpm
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "fedora35"
|
name: "fedora35"
|
||||||
path: "wezterm-*.rpm"
|
path: "wezterm-*.rpm"
|
||||||
@ -107,7 +107,7 @@ jobs:
|
|||||||
- name: "checkout repo"
|
- name: "checkout repo"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: "Download artifact"
|
- name: "Download artifact"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "fedora35"
|
name: "fedora35"
|
||||||
- name: "Upload to Nightly Release"
|
- name: "Upload to Nightly Release"
|
||||||
|
4
.github/workflows/gen_fedora35_tag.yml
vendored
4
.github/workflows/gen_fedora35_tag.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: "mv ~/rpmbuild/RPMS/*/*.rpm ."
|
run: "mv ~/rpmbuild/RPMS/*/*.rpm ."
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "fedora35"
|
name: "fedora35"
|
||||||
path: "wezterm-*.rpm"
|
path: "wezterm-*.rpm"
|
||||||
@ -74,7 +74,7 @@ jobs:
|
|||||||
- name: "checkout repo"
|
- name: "checkout repo"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: "Download artifact"
|
- name: "Download artifact"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "fedora35"
|
name: "fedora35"
|
||||||
- name: "Create pre-release"
|
- name: "Create pre-release"
|
||||||
|
2
.github/workflows/gen_macos.yml
vendored
2
.github/workflows/gen_macos.yml
vendored
@ -64,7 +64,7 @@ jobs:
|
|||||||
export MACOSX_DEPLOYMENT_TARGET=10.9
|
export MACOSX_DEPLOYMENT_TARGET=10.9
|
||||||
bash ci/deploy.sh
|
bash ci/deploy.sh
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "macos"
|
name: "macos"
|
||||||
path: "WezTerm-*.zip"
|
path: "WezTerm-*.zip"
|
||||||
|
4
.github/workflows/gen_macos_continuous.yml
vendored
4
.github/workflows/gen_macos_continuous.yml
vendored
@ -84,7 +84,7 @@ jobs:
|
|||||||
bash ci/deploy.sh
|
bash ci/deploy.sh
|
||||||
|
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "macos"
|
name: "macos"
|
||||||
path: "WezTerm-*.zip"
|
path: "WezTerm-*.zip"
|
||||||
@ -97,7 +97,7 @@ jobs:
|
|||||||
- name: "checkout repo"
|
- name: "checkout repo"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: "Download artifact"
|
- name: "Download artifact"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "macos"
|
name: "macos"
|
||||||
- name: "Upload to Nightly Release"
|
- name: "Upload to Nightly Release"
|
||||||
|
4
.github/workflows/gen_macos_tag.yml
vendored
4
.github/workflows/gen_macos_tag.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
|||||||
export MACOSX_DEPLOYMENT_TARGET=10.9
|
export MACOSX_DEPLOYMENT_TARGET=10.9
|
||||||
bash ci/deploy.sh
|
bash ci/deploy.sh
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "macos"
|
name: "macos"
|
||||||
path: "WezTerm-*.zip"
|
path: "WezTerm-*.zip"
|
||||||
@ -88,7 +88,7 @@ jobs:
|
|||||||
- name: "checkout repo"
|
- name: "checkout repo"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: "Download artifact"
|
- name: "Download artifact"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "macos"
|
name: "macos"
|
||||||
- name: "Create pre-release"
|
- name: "Create pre-release"
|
||||||
|
2
.github/workflows/gen_ubuntu18.yml
vendored
2
.github/workflows/gen_ubuntu18.yml
vendored
@ -66,7 +66,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: "bash ci/appimage.sh"
|
run: "bash ci/appimage.sh"
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "ubuntu18"
|
name: "ubuntu18"
|
||||||
path: |
|
path: |
|
||||||
|
@ -84,7 +84,7 @@ jobs:
|
|||||||
export BUILD_REASON=Schedule
|
export BUILD_REASON=Schedule
|
||||||
bash ci/appimage.sh
|
bash ci/appimage.sh
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "ubuntu18"
|
name: "ubuntu18"
|
||||||
path: |
|
path: |
|
||||||
@ -102,7 +102,7 @@ jobs:
|
|||||||
- name: "checkout repo"
|
- name: "checkout repo"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: "Download artifact"
|
- name: "Download artifact"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "ubuntu18"
|
name: "ubuntu18"
|
||||||
- name: "Upload to Nightly Release"
|
- name: "Upload to Nightly Release"
|
||||||
|
4
.github/workflows/gen_ubuntu18_tag.yml
vendored
4
.github/workflows/gen_ubuntu18_tag.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: "bash ci/appimage.sh"
|
run: "bash ci/appimage.sh"
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "ubuntu18"
|
name: "ubuntu18"
|
||||||
path: |
|
path: |
|
||||||
@ -87,7 +87,7 @@ jobs:
|
|||||||
- name: "checkout repo"
|
- name: "checkout repo"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: "Download artifact"
|
- name: "Download artifact"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "ubuntu18"
|
name: "ubuntu18"
|
||||||
- name: "Create pre-release"
|
- name: "Create pre-release"
|
||||||
|
2
.github/workflows/gen_ubuntu20.04.yml
vendored
2
.github/workflows/gen_ubuntu20.04.yml
vendored
@ -75,7 +75,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: "bash ci/deploy.sh"
|
run: "bash ci/deploy.sh"
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "ubuntu20.04"
|
name: "ubuntu20.04"
|
||||||
path: |
|
path: |
|
||||||
|
@ -99,7 +99,7 @@ jobs:
|
|||||||
export BUILD_REASON=Schedule
|
export BUILD_REASON=Schedule
|
||||||
bash ci/deploy.sh
|
bash ci/deploy.sh
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "ubuntu20.04"
|
name: "ubuntu20.04"
|
||||||
path: |
|
path: |
|
||||||
@ -114,7 +114,7 @@ jobs:
|
|||||||
- name: "checkout repo"
|
- name: "checkout repo"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: "Download artifact"
|
- name: "Download artifact"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "ubuntu20.04"
|
name: "ubuntu20.04"
|
||||||
- name: "Upload to Nightly Release"
|
- name: "Upload to Nightly Release"
|
||||||
|
4
.github/workflows/gen_ubuntu20.04_tag.yml
vendored
4
.github/workflows/gen_ubuntu20.04_tag.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: "bash ci/deploy.sh"
|
run: "bash ci/deploy.sh"
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "ubuntu20.04"
|
name: "ubuntu20.04"
|
||||||
path: |
|
path: |
|
||||||
@ -79,7 +79,7 @@ jobs:
|
|||||||
- name: "checkout repo"
|
- name: "checkout repo"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: "Download artifact"
|
- name: "Download artifact"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "ubuntu20.04"
|
name: "ubuntu20.04"
|
||||||
- name: "Create pre-release"
|
- name: "Create pre-release"
|
||||||
|
2
.github/workflows/gen_windows.yml
vendored
2
.github/workflows/gen_windows.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: "bash ci/deploy.sh"
|
run: "bash ci/deploy.sh"
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "windows"
|
name: "windows"
|
||||||
path: |
|
path: |
|
||||||
|
4
.github/workflows/gen_windows_continuous.yml
vendored
4
.github/workflows/gen_windows_continuous.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
|||||||
export BUILD_REASON=Schedule
|
export BUILD_REASON=Schedule
|
||||||
bash ci/deploy.sh
|
bash ci/deploy.sh
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "windows"
|
name: "windows"
|
||||||
path: |
|
path: |
|
||||||
@ -76,7 +76,7 @@ jobs:
|
|||||||
- name: "checkout repo"
|
- name: "checkout repo"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: "Download artifact"
|
- name: "Download artifact"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "windows"
|
name: "windows"
|
||||||
- name: "Upload to Nightly Release"
|
- name: "Upload to Nightly Release"
|
||||||
|
4
.github/workflows/gen_windows_tag.yml
vendored
4
.github/workflows/gen_windows_tag.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: "bash ci/deploy.sh"
|
run: "bash ci/deploy.sh"
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "windows"
|
name: "windows"
|
||||||
path: |
|
path: |
|
||||||
@ -59,7 +59,7 @@ jobs:
|
|||||||
- name: "checkout repo"
|
- name: "checkout repo"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: "Download artifact"
|
- name: "Download artifact"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "windows"
|
name: "windows"
|
||||||
- name: "Create pre-release"
|
- name: "Create pre-release"
|
||||||
|
@ -365,7 +365,7 @@ cargo build --all --release""",
|
|||||||
return steps + [
|
return steps + [
|
||||||
ActionStep(
|
ActionStep(
|
||||||
"Upload artifact",
|
"Upload artifact",
|
||||||
action="actions/upload-artifact@v2",
|
action="actions/upload-artifact@v3",
|
||||||
params={"name": self.name, "path": paths},
|
params={"name": self.name, "path": paths},
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
@ -405,7 +405,7 @@ cargo build --all --release""",
|
|||||||
return steps + [
|
return steps + [
|
||||||
ActionStep(
|
ActionStep(
|
||||||
"Upload artifact",
|
"Upload artifact",
|
||||||
action="actions/upload-artifact@v2",
|
action="actions/upload-artifact@v3",
|
||||||
params={"name": self.name, "path": paths, "retention-days": 5},
|
params={"name": self.name, "path": paths, "retention-days": 5},
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
@ -419,7 +419,7 @@ cargo build --all --release""",
|
|||||||
return steps + [
|
return steps + [
|
||||||
ActionStep(
|
ActionStep(
|
||||||
"Download artifact",
|
"Download artifact",
|
||||||
action="actions/download-artifact@v2",
|
action="actions/download-artifact@v3",
|
||||||
params={"name": self.name},
|
params={"name": self.name},
|
||||||
),
|
),
|
||||||
RunStep(
|
RunStep(
|
||||||
@ -438,7 +438,7 @@ cargo build --all --release""",
|
|||||||
return steps + [
|
return steps + [
|
||||||
ActionStep(
|
ActionStep(
|
||||||
"Download artifact",
|
"Download artifact",
|
||||||
action="actions/download-artifact@v2",
|
action="actions/download-artifact@v3",
|
||||||
params={"name": self.name},
|
params={"name": self.name},
|
||||||
),
|
),
|
||||||
RunStep(
|
RunStep(
|
||||||
|
Loading…
Reference in New Issue
Block a user