Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
smartway-bot[bot] authored Jul 30, 2024
1 parent 6a9d681 commit bca332f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xamarin-ui-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Sign APK
run: /usr/lib/android-sdk/build-tools/30.0.3/apksigner sign --ks zg.keystore --ks-pass pass:'${{ secrets.APK_KEYSTORE_PASSWORD }}' --ks-key-alias zg_key_store Smartway.UiComponent.Sample.Android/bin/Release/xamarin-ui-sample.apk
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Xamarin-UI-${{ inputs.app-version }}
path: Smartway.UiComponent.Sample.Android/bin/Release/xamarin-ui-sample.apk
Expand Down

0 comments on commit bca332f

Please sign in to comment.