Skip to content

Commit

Permalink
Merge pull request #17 from KapilYadav-dev/develop
Browse files Browse the repository at this point in the history
correcting path for CI CD
  • Loading branch information
KapilYadav-dev authored Aug 6, 2023
2 parents 4c9fa94 + 3e70bbb commit 8371922
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/desktop-app-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8371922

Please sign in to comment.