* [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:
cyan 2025-01-15 14:24:29 +01:00 committed by GitHub
parent 3e10023e18
commit f431091f5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 4 deletions

View file

@ -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"

View file

@ -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