mirror of https://github.com/wayvr-org/wayvr.git
github actions update
This commit is contained in:
parent
67db0a9fb9
commit
de5c76db7d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue