diff --git a/.github/workflows/android-apk.yml b/.github/workflows/android-apk.yml index cd7f248..9d319f0 100644 --- a/.github/workflows/android-apk.yml +++ b/.github/workflows/android-apk.yml @@ -35,14 +35,14 @@ jobs: - name: Upload Debug APK uses: actions/upload-artifact@v2 with: - name: 1SecMail-debug.apk + name: 1SecMail-app-apk path: androidApp/build/outputs/apk/debug/androidApp-debug.apk - name: Upload binaries to release uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: androidApp/build/outputs/apk/debug/androidApp-debug.apk + file: 1SecMail-app-apk asset_name: 1SecMail App tag: ${{ github.ref }} overwrite: true diff --git a/.github/workflows/desktop-app-mac.yml b/.github/workflows/desktop-app-mac.yml index 82053cc..1f3a220 100644 --- a/.github/workflows/desktop-app-mac.yml +++ b/.github/workflows/desktop-app-mac.yml @@ -33,14 +33,14 @@ jobs: - name: Upload DMG uses: actions/upload-artifact@v2 with: - name: 1SecMail-app.dmg + name: 1SecMail-app-dmg path: desktopApp/build/compose/binaries/main/dmg/1SecMail App-1.0.0.dmg - name: Upload binaries to release uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: desktopApp/build/compose/binaries/main/dmg/1SecMail App-1.0.0.dmg + file: 1SecMail-app-dmg asset_name: 1SecMail App tag: ${{ github.ref }} overwrite: true