Skip to content

Commit

Permalink
disable prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
nilaoda committed Nov 13, 2023
1 parent fa4e992 commit 1196918
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ env.DOTNET_SDK_VERSION }}
include-prerelease: true

- run: dotnet publish BBDown -r win-x64 -c Release -o artifact-x64
- run: dotnet publish BBDown -r win-arm64 -c Release -o artifact-arm64
Expand Down Expand Up @@ -51,7 +50,6 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ env.DOTNET_SDK_VERSION }}
include-prerelease: true
- run: apt-get install -y libicu-dev libcurl4-openssl-dev zlib1g-dev libkrb5-dev
- run: dotnet publish BBDown -r linux-x64 -c Release -o artifact

Expand All @@ -73,7 +71,6 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ env.DOTNET_SDK_VERSION }}
include-prerelease: true
- run: dotnet publish BBDown -r linux-arm64 -c Release -p:StripSymbols=true -p:CppCompilerAndLinker=clang-9 -p:SysRoot=/crossrootfs/arm64 -o artifact

- name: Upload Artifact[linux-arm64]
Expand All @@ -94,7 +91,6 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ env.DOTNET_SDK_VERSION }}
include-prerelease: true
- run: dotnet publish BBDown -r osx-arm64 -c Release -o artifact-arm64
- run: dotnet publish BBDown -r osx-x64 -c Release -o artifact-x64

Expand Down

0 comments on commit 1196918

Please sign in to comment.