Skip to content

Commit

Permalink
Updating README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuafuller committed Jul 17, 2020
1 parent 733fe12 commit 3027cdb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/zip_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2
- name: Build project # This would actually build your project, using zip for an example artifact
run: |
zip -r MOBAC-Maps . -i \*.xml
zip -r ATAK-Maps . -i \*.xml
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -33,6 +33,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./MOBAC-Maps.zip
asset_name: MOBAC-Maps.zip
asset_path: ./ATAK-Maps.zip
asset_name: ATAK-Maps.zip
asset_content_type: application/zip
22 changes: 19 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@

[SCREENSHOTS]

## ATAK-Maps
# ATAK-Maps

![GitHub Release Date](https://img.shields.io/github/release-date/joshuafuller/ATAK-Maps?style=social)
![GitHub All Releases](https://img.shields.io/github/downloads/joshuafuller/ATAK-Maps/total?style=social)


A collection of maps for use in [**ATAK**](https://github.com/deptofdefense/AndroidTacticalAssaultKit-CIV)

Pull requests for new map providers are welcome!
![GitHub All Releases](https://img.shields.io/github/downloads/joshuafuller/ATAK-Maps/total?style=flat-square)

## How to add these maps to ATAK


[SCREENSHOT]

1. Head on over to releases and download the **[LATEST RELEASE](https://github.com/joshuafuller/ATAK-Maps/releases/latest)** of the map bundle.

[SCREENSHOT]

2. Once the file is downloaded on your mobile device, you must open ATAK and use the "Import Manager" to import the ZIP file.

*Pull requests for new map providers are welcome!*

0 comments on commit 3027cdb

Please sign in to comment.