Skip to content

Commit

Permalink
Add asset labels
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek authored Jul 24, 2020
1 parent f7e9e14 commit b74a1ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ jobs:
asset_path: ./src/QOwnNotes-${{ env.VERSION }}-x86_64.AppImage
asset_name: QOwnNotes-x86_64.AppImage
asset_content_type: application/application/x-appimage
asset_label: Linux

- if: contains( matrix.os, 'macos')
name: Release DMG for macOS
Expand All @@ -237,6 +238,7 @@ jobs:
asset_path: ./src/QOwnNotes-.dmg
asset_name: QOwnNotes.dmg
asset_content_type: application/x-apple-diskimage
asset_label: macOS

- if: contains( matrix.os, 'windows')
name: Upload ZIP for Windows
Expand All @@ -248,6 +250,7 @@ jobs:
asset_path: ./QOwnNotes.zip
asset_name: QOwnNotes.zip
asset_content_type: application/zip
asset_label: Windows

publish_release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b74a1ad

Please sign in to comment.