Skip to content

Commit

Permalink
Update buildCordova.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarmadileManteater authored Jan 31, 2025
1 parent 7f585e6 commit 65589fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildCordova.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
docker push ghcr.io/marmadilemanteater/freetubecordova-nightly:latest
- name: 📡 Upload PWA Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.6.0
with:
name: freetube-${{ steps.versionNumber.outputs.result }}-PWA
path: dist/web
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
cp android/app/build/outputs/apk/debug/app-debug.apk dist/freetube-${{ steps.versionNumber.outputs.result }}-Android.apk
- name: 📡 Upload APK Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.6.0
with:
name: freetube-${{ steps.versionNumber.outputs.result }}-Android.apk
path: dist/freetube-${{ steps.versionNumber.outputs.result }}-Android.apk

0 comments on commit 65589fe

Please sign in to comment.