diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 186dbbfa1..527b09713 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,8 +86,8 @@ jobs: uses: ./.github/workflows/job_publish.yml with: version: ${{ github.ref_name }} - file1: Rare-${{ github.ref_name }}.Appimage - name1: Rare-${{ github.ref_name }}.Appimage + file1: Rare-${{ github.ref_name }}.AppImage + name1: Rare-${{ github.ref_name }}.AppImage cx-freeze-dmg: if: ${{ true }} diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index a504022d7..a462fd1ab 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -118,8 +118,8 @@ jobs: uses: ./.github/workflows/job_publish.yml with: version: ${{ needs.version.outputs.version }} - file1: Rare-${{ needs.version.outputs.version }}.Appimage - name1: Rare-${{ needs.version.outputs.version }}.Appimage + file1: Rare-${{ needs.version.outputs.version }}.AppImage + name1: Rare-${{ needs.version.outputs.version }}.AppImage cx-freeze-dmg: if: ${{ true }}