mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-10 12:29:49 +03:00
consistently name installer github actions artifact zips (#11096)
This commit is contained in:
parent
34d48a108b
commit
13512be2b2
@ -120,7 +120,7 @@ jobs:
|
|||||||
- name: Upload Linux artifacts
|
- name: Upload Linux artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Linux-ARM-64-Installer
|
name: chia-installers-linux-deb-arm64
|
||||||
path: ${{ github.workspace }}/build_scripts/final_installer/
|
path: ${{ github.workspace }}/build_scripts/final_installer/
|
||||||
|
|
||||||
- name: Configure AWS Credentials
|
- name: Configure AWS Credentials
|
||||||
|
@ -163,7 +163,7 @@ jobs:
|
|||||||
- name: Upload Linux artifacts
|
- name: Upload Linux artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Linux-Installers
|
name: chia-installers-linux-deb-intel
|
||||||
path: ${{ github.workspace }}/build_scripts/final_installer/
|
path: ${{ github.workspace }}/build_scripts/final_installer/
|
||||||
|
|
||||||
- name: Configure AWS Credentials
|
- name: Configure AWS Credentials
|
||||||
|
@ -123,7 +123,7 @@ jobs:
|
|||||||
- name: Upload Linux artifacts
|
- name: Upload Linux artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Linux-Installers
|
name: chia-installers-linux-rpm-intel
|
||||||
path: ${{ github.workspace }}/build_scripts/final_installer/
|
path: ${{ github.workspace }}/build_scripts/final_installer/
|
||||||
|
|
||||||
- name: Configure AWS Credentials
|
- name: Configure AWS Credentials
|
||||||
|
2
.github/workflows/build-macos-installer.yml
vendored
2
.github/workflows/build-macos-installer.yml
vendored
@ -150,7 +150,7 @@ jobs:
|
|||||||
- name: Upload MacOS artifacts
|
- name: Upload MacOS artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Chia-Installer-MacOS-intel-dmg
|
name: chia-installers-macos-dmg-intel
|
||||||
path: ${{ github.workspace }}/build_scripts/final_installer/
|
path: ${{ github.workspace }}/build_scripts/final_installer/
|
||||||
|
|
||||||
- name: Create Checksums
|
- name: Create Checksums
|
||||||
|
@ -124,7 +124,7 @@ jobs:
|
|||||||
- name: Upload MacOS artifacts
|
- name: Upload MacOS artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Chia-Installer-MacOS-arm64-dmg
|
name: chia-installers-macos-dmg-arm64
|
||||||
path: ${{ github.workspace }}/build_scripts/final_installer/
|
path: ${{ github.workspace }}/build_scripts/final_installer/
|
||||||
|
|
||||||
- name: Install AWS CLI
|
- name: Install AWS CLI
|
||||||
|
@ -155,7 +155,7 @@ jobs:
|
|||||||
- name: Upload Windows exe's to artifacts
|
- name: Upload Windows exe's to artifacts
|
||||||
uses: actions/upload-artifact@v2.2.2
|
uses: actions/upload-artifact@v2.2.2
|
||||||
with:
|
with:
|
||||||
name: Windows-Exe
|
name: chia-installers-windows-exe-intel
|
||||||
path: ${{ github.workspace }}\chia-blockchain-gui\Chia-win32-x64\
|
path: ${{ github.workspace }}\chia-blockchain-gui\Chia-win32-x64\
|
||||||
|
|
||||||
- name: Upload Installer to artifacts
|
- name: Upload Installer to artifacts
|
||||||
|
Loading…
Reference in New Issue
Block a user