|
|
@@ -111,7 +111,7 @@ jobs:
|
|
|
working-directory: ./static
|
|
|
|
|
|
- name: Change Artifact Name
|
|
|
- run: mv static/out/make/zip/linux/x64/logseq-linux-x64-*.zip static/out/make/zip/linux/x64/Logseq-linux.zip
|
|
|
+ run: mv static/out/make/zip/linux/x64/Logseq-linux-x64-*.zip static/out/make/zip/linux/x64/Logseq-linux.zip
|
|
|
|
|
|
- name: Cache Artifact
|
|
|
uses: actions/upload-artifact@v1
|
|
|
@@ -300,4 +300,4 @@ jobs:
|
|
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
|
|
asset_path: ./Logseq-win64.exe
|
|
|
asset_name: logseq-win-x64-${{ github.event.inputs.tag-version }}.exe
|
|
|
- asset_content_type: application/octet-stream
|
|
|
+ asset_content_type: application/octet-stream
|