This commit is contained in:
Zane Schepke 2024-09-15 00:39:20 -04:00
commit b782cdeb35
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ jobs:
# Save the APK after the Build job is complete to publish it as a Github release in the next job # Save the APK after the Build job is complete to publish it as a Github release in the next job
- name: Upload APK - name: Upload APK
uses: actions/upload-artifact@v4.3.6 uses: actions/upload-artifact@v4.4.0
with: with:
name: wgtunnel name: wgtunnel
path: ${{ env.APK_PATH }} path: ${{ env.APK_PATH }}