Skip to content

Commit

Permalink
Merge pull request #104 from Blazam-App/Beta-Nightly
Browse files Browse the repository at this point in the history
Fix release filename for stable
  • Loading branch information
jacobsen9026 authored Apr 2, 2023
2 parents 6e3bc1e + e1e8261 commit 1a7b983
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Show Version
run: echo $env.ASSEMBLY_VERSION
- name: Compress files
run: Compress-Archive -Path bin\Publish\* -DestinationPath blazam-v${{ env.ASSEMBLY_VERSION }}.zip
run: Compress-Archive -Path bin\Publish\* -DestinationPath blazam-stable-v${{ env.ASSEMBLY_VERSION }}.zip
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -55,6 +55,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: blazam-v${{ env.ASSEMBLY_VERSION }}.zip
asset_name: blazam-v${{ env.ASSEMBLY_VERSION }}.zip
asset_path: blazam-stable-v${{ env.ASSEMBLY_VERSION }}.zip
asset_name: blazam-stable-v${{ env.ASSEMBLY_VERSION }}.zip
asset_content_type: application/zip
2 changes: 1 addition & 1 deletion BLAZAM/BLAZAM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<ServerGarbageCollection>false</ServerGarbageCollection>
<AssemblyVersion>0.7.5</AssemblyVersion>
<Version>2023.04.01.2341</Version>
<Version>2023.04.01.2357</Version>
<RootNamespace>BLAZAM.Server</RootNamespace>
<GenerateDocumentationFile>False</GenerateDocumentationFile>

Expand Down

0 comments on commit 1a7b983

Please sign in to comment.