@@ -105,21 +105,14 @@ jobs:
105105 draft : false
106106 prerelease : false
107107
108- - name : List downloaded artifacts and contents
109- run : |
110- ls -lah ${{github.workspace}}/artifacts
111- ls -lah ${{github.workspace}}/artifacts/rayx-Linux.deb
112- ls -lah ${{github.workspace}}/artifacts/rayx-win64.zip
113-
114-
115108 - name : Upload Artifact to Release (Windows)
116109 uses : actions/upload-release-asset@v1
117110 env :
118111 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
119112 with :
120113 upload_url : ${{ steps.create_release.outputs.upload_url }}
121- asset_path : ${{github.workspace}}/artifacts/rayx-win64.zip/RAYX-0.18.0 -win64.zip
122- asset_name : RAYX-0.18.0 -win64.zip
114+ asset_path : ${{github.workspace}}/artifacts/rayx-win64.zip/rayx -win64.zip
115+ asset_name : rayx -win64.zip
123116 asset_content_type : application/zip
124117
125118 - name : Upload Artifact to Release (Ubuntu)
@@ -128,6 +121,6 @@ jobs:
128121 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
129122 with :
130123 upload_url : ${{ steps.create_release.outputs.upload_url }}
131- asset_path : ${{github.workspace}}/artifacts/rayx-Linux.deb/RAYX-0.18.0 -Linux.deb
132- asset_name : RAYX-0.18.0 -Linux.deb
133- asset_content_type : application/x-deb
124+ asset_path : ${{github.workspace}}/artifacts/rayx-Linux.deb/rayx -Linux.deb
125+ asset_name : rayx -Linux.deb
126+ asset_content_type : application/x-deb
0 commit comments