Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
kognise committed Mar 19, 2021
2 parents 73449ec + 7630292 commit 004bcd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2
- name: Build ZIP
run: zip -r far-aim.zip . -x ".git/*" ".github/*" ".gitignore"
run: zip -r obsidian-aviation.zip . -x ".git/*" ".github/*" ".gitignore"
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -31,6 +31,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./far-aim.zip
asset_name: far-aim.zip
asset_content_type: application/zip
asset_path: ./obsidian-aviation.zip
asset_name: obsidian-aviation.zip
asset_content_type: application/zip
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -14,7 +14,7 @@ Every reference to a different paragraph or section has been linked and is easil

## Installation and usage

Make sure you have [Obsidian](https://obsidian.md/) installed. Download this repository as a ZIP file from the [releases page](https://github.com/kognise/far-aim/releases/latest), unzip it, and open the folder inside Obsidian. All set? Click around in the folders to the left, or just use the links above to get oriented.
Make sure you have [Obsidian](https://obsidian.md/) installed. Download this repository as a ZIP file from the [releases page](https://github.com/kognise/obsidian-aviation/releases/latest), unzip it, and open the folder inside Obsidian. All set? Click around in the folders to the left, or just use the links above to get oriented.

![Example](https://doggo.ninja/OZFOZq.png)

Expand Down

0 comments on commit 004bcd3

Please sign in to comment.