Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
haorldbchi committed Feb 6, 2023
2 parents 16244f4 + 0af0a6f commit 1504031
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: .github/actions/build-asset-unix.sh

- name: Upload Artifact Ubuntu x86-64
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ steps.version_number.outputs.BB_ARTIFACT_NAME }}
path: ${{ github.workspace }}/bin/${{ steps.version_number.outputs.BB_ARTIFACT_NAME }}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
.github/actions/build-asset-unix.sh
- name: Upload Artifact CentOS x86-64
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ steps.version_number.outputs.BB_ARTIFACT_NAME }}
path: ${{ github.workspace }}/bin/${{ steps.version_number.outputs.BB_ARTIFACT_NAME }}
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
run: .github/actions/build-asset-unix.sh

- name: Upload Artifact Ubuntu ARM64
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ steps.version_number.outputs.BB_ARTIFACT_NAME }}
path: ${{ github.workspace }}/bin/${{ steps.version_number.outputs.BB_ARTIFACT_NAME }}
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
.github/actions/build-asset-unix.sh
- name: Upload Artifact CentOS ARM64
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ steps.version_number.outputs.BB_ARTIFACT_NAME }}
path: ${{ github.workspace }}/bin/${{ steps.version_number.outputs.BB_ARTIFACT_NAME }}
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
ls -la ../../bin
- name: Upload Artifact Windows x86-64
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ steps.version_number.outputs.BB_ARTIFACT_NAME }}
path: ${{ github.workspace }}/bin/${{ steps.version_number.outputs.BB_ARTIFACT_NAME }}
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
run: .github/actions/build-asset-unix.sh

- name: Upload Artifact macOS arm64
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ steps.version_number.outputs.BB_ARTIFACT_NAME }}
path: ${{ github.workspace }}/bin/${{ steps.version_number.outputs.BB_ARTIFACT_NAME }}
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
run: .github/actions/build-asset-unix.sh

- name: Upload Artifact macOS x86-64
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ steps.version_number.outputs.BB_ARTIFACT_NAME }}
path: ${{ github.workspace }}/bin/${{ steps.version_number.outputs.BB_ARTIFACT_NAME }}
Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2021 Harold Brenes, Chia Network Inc
Copyright 2023 Harold Brenes, Chia Network Inc

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -198,4 +198,4 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@ Basic `diskplot` usage:
Licensed under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0). See [LICENSE](LICENSE).


Copyright 2022 Harold Brenes, Chia Network Inc
Copyright 2023 Harold Brenes, Chia Network Inc

0 comments on commit 1504031

Please sign in to comment.