From de5c76db7d08b14896e3b7bc7fceaef29b101e40 Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Sun, 28 Dec 2025 14:05:12 +0900 Subject: [PATCH] github actions update --- .github/workflows/make-release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/make-release.yml b/.github/workflows/make-release.yml index 36a9047..294c204 100644 --- a/.github/workflows/make-release.yml +++ b/.github/workflows/make-release.yml @@ -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