Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

Commit bcb700f

Browse files
author
Adrian Castro
authored
chore: update workflow paths (#76)
1 parent 0be6c3f commit bcb700f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ To get ready to work on the codebase, please do the following:
1414
3. Install dependencies `yarn install`
1515
5. Make changes to the codebase
1616
6. Test your changes by starting an expo server `expo start`
17-
7. [Submit a pull request](https://github.com/ImageingApp/Imageing/compare)
17+
7. [Submit a pull request](https://github.com/imageingapp/imageing/compare)

.github/workflows/android-build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ jobs:
6161
uses: actions/upload-artifact@v3
6262
with:
6363
name: app-release.apk
64-
path: /home/runner/work/Imageing/Imageing/build-*.apk
64+
path: /home/runner/work/imageing/imageing/build-*.apk

.github/workflows/android-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ jobs:
6262
uses: actions/upload-artifact@v3
6363
with:
6464
name: app-release.apk
65-
path: /home/runner/work/Imageing/Imageing/build-*.apk
65+
path: /home/runner/work/imageing/imageing/build-*.apk

.github/workflows/upload-release-apk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Upload APK to latest release
6666
uses: softprops/action-gh-release@v1
6767
with:
68-
files: /home/runner/work/Imageing/Imageing/build-*.apk
68+
files: /home/runner/work/imageing/imageing/build-*.apk
6969
token: ${{ secrets.GITHUB_TOKEN }}
7070
tag_name: ${{ steps.latest_release.outputs.result }}
7171

0 commit comments

Comments
 (0)