github actions update
This commit is contained in:
8
.github/workflows/make-release.yml
vendored
8
.github/workflows/make-release.yml
vendored
@@ -86,7 +86,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.RELEASE_KEY }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./WlxOverlay-S-x86_64.AppImage
|
||||
asset_path: ./wlx-overlay-s/WlxOverlay-S-Full-x86_64.AppImage
|
||||
asset_name: WlxOverlay-S-${{ github.ref_name }}-Full-x86_64.AppImage
|
||||
asset_content_type: application/octet-stream
|
||||
|
||||
@@ -96,8 +96,8 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.RELEASE_KEY }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./WlxOverlay-S-Slim-x86_64.AppImage
|
||||
asset_name: WlxOverlay-S-${{ github.ref_name }}-x86_64.AppImage
|
||||
asset_path: ./wlx-overlay-s/WlxOverlay-S-x86_64.AppImage
|
||||
asset_name: WlxOverlay-S-${{ github.ref_name }}-Slim-x86_64.AppImage
|
||||
asset_content_type: application/octet-stream
|
||||
|
||||
- name: Upload crates tarball
|
||||
@@ -106,6 +106,6 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.RELEASE_KEY }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./wlx-overlay-s-crates.tar.xz
|
||||
asset_path: ./wlx-overlay-s/wlx-overlay-s-crates.tar.xz
|
||||
asset_name: WlxOverlay-S-${{ github.ref_name }}-crates.tar.xz
|
||||
asset_content_type: application/x-gtar
|
||||
|
||||
Reference in New Issue
Block a user