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