Skip to content

Commit

Permalink
dev: ビルド運用を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
EbiseLutica committed Jan 22, 2024
1 parent a53278a commit d162830
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/upload-to-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x

- name: Build
run: dotnet build --configuration Release
working-directory: ./Promete

- name: Generate nuget package.
run: dotnet pack --configuration Release -o nupkg
run: dotnet pack --configuration Release -o nupkg --version-suffix build-${{ github.sha:6 }}
working-directory: ./Promete

- name: Publish to nuget
Expand All @@ -34,4 +34,4 @@ jobs:
nuget_api_key: ${{ secrets.NUGET_API_KEY }}
working-directory: ./Promete/nupkg


2 changes: 1 addition & 1 deletion Promete/Promete.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<PropertyGroup>
<PackageId>Promete</PackageId>
<Version>0.1.0</Version>
<VersionPrefix>0.1.0</VersionPrefix>
<PackageTags>Game Engine;2D;gamedev;games;gaming;windowing;OpenGL</PackageTags>
<Description>
A lightweight, extensible and easy game engine.
Expand Down

0 comments on commit d162830

Please sign in to comment.