diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a81bf30..52fbeae 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -39,8 +39,8 @@ jobs: - name: Pack if: startsWith(github.ref, 'refs/tags/') run: | - tar cavf musicdecrypto-all-$GIT_TAG_NAME-net6.0-noarch.tar.xz -C ./generic/ $(cd ./generic/ && echo *) - sha256sum musicdecrypto-all-$GIT_TAG_NAME-net6.0-noarch.tar.xz > musicdecrypto-all-$GIT_TAG_NAME-net6.0-noarch.tar.xz.sha256 + tar cavf musicdecrypto-all-$GIT_TAG_NAME-net7.0-noarch.tar.xz -C ./generic/ $(cd ./generic/ && echo *) + sha256sum musicdecrypto-all-$GIT_TAG_NAME-net7.0-noarch.tar.xz > musicdecrypto-all-$GIT_TAG_NAME-net7.0-noarch.tar.xz.sha256 strip ./cli-x64/musicdecrypto aarch64-linux-gnu-strip ./cli-arm64/musicdecrypto tar cavf musicdecrypto-gui-$GIT_TAG_NAME-linux-x64.tar.xz -C ./gui-x64/ $(cd ./gui-x64/ && echo *) @@ -56,8 +56,8 @@ jobs: uses: softprops/action-gh-release@v1 with: files: | - musicdecrypto-all-${{ steps.tag.outputs.tag }}-net6.0-noarch.tar.xz - musicdecrypto-all-${{ steps.tag.outputs.tag }}-net6.0-noarch.tar.xz.sha256 + musicdecrypto-all-${{ steps.tag.outputs.tag }}-net7.0-noarch.tar.xz + musicdecrypto-all-${{ steps.tag.outputs.tag }}-net7.0-noarch.tar.xz.sha256 musicdecrypto-gui-${{ steps.tag.outputs.tag }}-linux-x64.tar.xz musicdecrypto-gui-${{ steps.tag.outputs.tag }}-linux-x64.tar.xz.sha256 musicdecrypto-gui-${{ steps.tag.outputs.tag }}-linux-arm64.tar.xz diff --git a/MusicDecrypto.Avalonia/MusicDecrypto.Avalonia.csproj b/MusicDecrypto.Avalonia/MusicDecrypto.Avalonia.csproj index c3a833d..a23052c 100644 --- a/MusicDecrypto.Avalonia/MusicDecrypto.Avalonia.csproj +++ b/MusicDecrypto.Avalonia/MusicDecrypto.Avalonia.csproj @@ -4,7 +4,7 @@ net6.0 musicdecrypto-avalonia WinExe - 2.1.0 + 2.1.1 enable true diff --git a/MusicDecrypto.Commandline/MusicDecrypto.Commandline.csproj b/MusicDecrypto.Commandline/MusicDecrypto.Commandline.csproj index 317d1c6..4780be6 100644 --- a/MusicDecrypto.Commandline/MusicDecrypto.Commandline.csproj +++ b/MusicDecrypto.Commandline/MusicDecrypto.Commandline.csproj @@ -4,7 +4,7 @@ net7.0 musicdecrypto Exe - 2.1.0 + 2.1.1 enable diff --git a/MusicDecrypto.Library/MusicDecrypto.Library.csproj b/MusicDecrypto.Library/MusicDecrypto.Library.csproj index a41ac3e..9d01046 100644 --- a/MusicDecrypto.Library/MusicDecrypto.Library.csproj +++ b/MusicDecrypto.Library/MusicDecrypto.Library.csproj @@ -3,7 +3,7 @@ net6.0 libmusicdecrypto - 2.1.0 + 2.1.1 enable