diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index cf61760..b7f910b 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -35,7 +35,6 @@ jobs: tag_name: ${{ github.ref }} token: ${{ secrets.GITHUB_TOKEN }} files: ./DOOMSaveManager.zip - name: DOOMSaveManager.zip + name: DOOMSaveManager ${{ github.ref }} body: | - Automated Release by GitHub Action CI - asset_content_type: application/zip \ No newline at end of file + Automated Release by GitHub Action CI \ No newline at end of file diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index c4b69f5..53b65e8 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.1.0")] -[assembly: AssemblyFileVersion("1.3.1.0")] +[assembly: AssemblyVersion("1.3.1.1")] +[assembly: AssemblyFileVersion("1.3.1.1")]