diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ecb4b45..0771fd9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -357,8 +357,6 @@ jobs: --draft \ --title "v${{ needs.build.outputs.version }}" \ --notes "${{ needs.build.outputs.changelog }}" - RELEASE_URL=$(gh release view "v${{ needs.build.outputs.version }}" --json url -q .url) - echo "release_url=$RELEASE_URL" >> $GITHUB_OUTPUT - name: Download Artifact uses: actions/download-artifact@v4 @@ -372,21 +370,18 @@ jobs: path: ./windows-installer - - name: Upload Release Asset - uses: actions/upload-release-asset@v1 + - name: Upload Plugin Release Asset env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - upload_url: ${{ steps.create_release.outputs.release_url }} - asset_path: ./artifact/intellij-aicoder-${{ needs.build.outputs.version }}/intellij-aicoder-${{ needs.build.outputs.version }}.zip - asset_name: intellij-aicoder-${{ needs.build.outputs.version }}.zip - asset_content_type: application/zip + run: | + echo "Uploading plugin asset..." + gh release upload "v${{ needs.build.outputs.version }}" \ + "./artifact/intellij-aicoder-${{ needs.build.outputs.version }}/intellij-aicoder-${{ needs.build.outputs.version }}.zip" + - name: Upload Windows Installer Asset - uses: actions/upload-release-asset@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - upload_url: ${{ steps.create_release.outputs.release_url }} - asset_path: ./windows-installer/SkyenetApps.msi - asset_name: SkyenetApps-${{ needs.build.outputs.version }}.msi - asset_content_type: application/x-msi \ No newline at end of file + run: | + echo "Uploading Windows installer asset..." + gh release upload "v${{ needs.build.outputs.version }}" \ + "./windows-installer/SkyenetApps.msi#SkyenetApps-${{ needs.build.outputs.version }}.msi" \ No newline at end of file diff --git a/SkyeNet b/SkyeNet index a933468..365dcc8 160000 --- a/SkyeNet +++ b/SkyeNet @@ -1 +1 @@ -Subproject commit a933468c43710a5131779cc6e89dd8716cc5784e +Subproject commit 365dcc8661442e466663d8aa7cb548331a3ee50a diff --git a/SkyenetApps b/SkyenetApps index 3642070..8e40182 160000 --- a/SkyenetApps +++ b/SkyenetApps @@ -1 +1 @@ -Subproject commit 3642070355579face17e171d1c3adcca60c16125 +Subproject commit 8e401826878ba3fa508b92db133d76810653653b diff --git a/intellij-aicoder b/intellij-aicoder index 2893ab6..c331da8 160000 --- a/intellij-aicoder +++ b/intellij-aicoder @@ -1 +1 @@ -Subproject commit 2893ab65e7ce7bd0674f209ad94de538a4902dc7 +Subproject commit c331da89a5480046568a4dd04303ab13b4fa6e21 diff --git a/jo-penai b/jo-penai index 1344cf8..5faad8c 160000 --- a/jo-penai +++ b/jo-penai @@ -1 +1 @@ -Subproject commit 1344cf8b1201509df255bd8e0982244d8fce9da4 +Subproject commit 5faad8cc4ab66c0d009745962698a78f43927122