Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kognise committed Mar 19, 2021
1 parent f81b338 commit 27e7d26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
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

0 comments on commit 27e7d26

Please sign in to comment.