Skip to content

Commit

Permalink
update github actions and template
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Oct 20, 2023
1 parent e602673 commit 99e78d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Feature request
about: Suggest a new feature or enhancement for extRact
about: Suggest a new feature or enhancement for Round Sync
title: ''
labels: ''
assignees: ''
Expand All @@ -19,13 +19,13 @@ assignees: ''
- [ ] The feature already exists in rclone (on your PC or in Termux)
- [ ] I am prepared to help make this feature

#### What version of extRact are you using (About -> App version)?
#### What version of Round Sync are you using (About -> App version)?



#### What problem are you trying to solve?
<!-- describe your goals or problems, save the solution for the next question -->


#### What should extRact be able to do differently to help with this problem?
#### What should Round Sync be able to do differently to help with this problem?
<!-- describe your ideas: how would you solve this problem? -->
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
yes | sudo "${ANDROID_HOME}/tools/bin/sdkmanager" --licenses
sudo "${ANDROID_HOME}/tools/bin/sdkmanager" "ndk;${NDK_VERSION}"
- name: Build app
run: ./gradlew assembleOssDebug
run: ./gradlew assembleOssRelease
- name: Upload APK (arm)
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 99e78d1

Please sign in to comment.