mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
Hotfix CI (#1963)
* [skip slack] It looks like during our sleep github decided to break artifact upload api.. * [skip slack] Name the artifact
This commit is contained in:
parent
3e10023e18
commit
f431091f5e
2 changed files with 7 additions and 4 deletions
3
.github/workflows/pr_test_build_android.yml
vendored
3
.github/workflows/pr_test_build_android.yml
vendored
|
@ -283,6 +283,7 @@ jobs:
|
|||
run: rm -rf build/app/outputs/flutter-apk/test-apk/
|
||||
|
||||
- name: Upload Artifact to github
|
||||
uses: kittaakos/upload-artifact-as-is@v0
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: ${{ github.workspace }}/build/app/outputs/flutter-apk
|
||||
name: "android apk"
|
6
.github/workflows/pr_test_build_linux.yml
vendored
6
.github/workflows/pr_test_build_linux.yml
vendored
|
@ -221,9 +221,10 @@ jobs:
|
|||
popd
|
||||
|
||||
- name: Upload Artifact to github
|
||||
uses: kittaakos/upload-artifact-as-is@v0
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: ${{ github.workspace }}/build/linux/x64/release/cakewallet_linux.zip
|
||||
name: cakewallet_linux
|
||||
|
||||
- name: Prepare virtual desktop
|
||||
if: ${{ contains(github.event.head_commit.message, 'run tests') }}
|
||||
|
@ -292,6 +293,7 @@ jobs:
|
|||
- name: Upload Artifact to github
|
||||
if: always()
|
||||
continue-on-error: true
|
||||
uses: kittaakos/upload-artifact-as-is@v0
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: ${{ github.workspace }}/screen_grab.mkv.gpg
|
||||
name: tests_screen_grab
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue