Skip to content

Commit

Permalink
Update GA scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed May 11, 2024
1 parent 6ac2d60 commit ca1e535
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create Installer Artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v3
with:
path: ${{ steps.build.outputs.asset_path_install }}
name: ${{ steps.build.outputs.release_name_install }}
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
echo "krb_ver=${krb_ver}" >> $GITHUB_OUTPUT
- name: Create Artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v3
with:
path: ${{ steps.build.outputs.asset_path }}
name: ${{ steps.build.outputs.release_name }}
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,11 @@ jobs:
echo "krb_ver=${krb_ver}" >> $env:GITHUB_OUTPUT
- name: Create Release Archive
uses:softprops/[email protected]
uses: softprops/[email protected]
with:
files: ${{ steps.pack.outputs.asset_path_archive }}
name: Karbo Wallet ${{ steps.pack.outputs.krb_ver }}
append_body: true
body: |
**${{ steps.pack.outputs.release_name_archive }}**
${{ steps.pack.outputs.sha256a }}
Expand All @@ -112,6 +113,7 @@ jobs:
with:
files: ${{ steps.pack.outputs.asset_path_install }}
name: Karbo Wallet ${{ steps.pack.outputs.krb_ver }}
append_body: true
body: |
**${{ steps.pack.outputs.release_name_install }}**
${{ steps.pack.outputs.sha256i }}
Expand All @@ -127,10 +129,9 @@ jobs:
fetch-depth: 0

- name: Install Qt
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v3
with:
version: '5.15.2'
modules: 'qttools5'
install-deps: 'true'

- name: Setup Xcode
Expand Down Expand Up @@ -174,6 +175,7 @@ jobs:
with:
files: ${{ steps.build.outputs.asset_path }}
name: Karbo Wallet ${{ steps.build.outputs.krb_ver }}
append_body: true
body: |
**${{ steps.build.outputs.release_name }}**
${{ steps.build.outputs.sha256 }}
Expand Down Expand Up @@ -215,6 +217,7 @@ jobs:
with:
files: ${{ steps.build.outputs.asset_path }}
name: Karbo Wallet ${{ steps.build.outputs.krb_ver }}
append_body: true
body: |
**${{ steps.build.outputs.release_name }}**
${{ steps.build.outputs.sha256 }}
Expand Down Expand Up @@ -256,6 +259,7 @@ jobs:
with:
files: ${{ steps.build.outputs.asset_path }}
name: Karbo Wallet ${{ steps.build.outputs.krb_ver }}
append_body: true
body: |
**${{ steps.build.outputs.release_name }}**
${{ steps.build.outputs.sha256 }}
Expand Down

0 comments on commit ca1e535

Please sign in to comment.