From 8da8e1031e649520f42fc6440d6e348c02cde299 Mon Sep 17 00:00:00 2001 From: Justin Yoo Date: Wed, 5 Feb 2025 12:59:09 +0900 Subject: [PATCH] Update GHA workflow --- .github/workflows/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 71ab085..cf742bb 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -65,6 +65,7 @@ jobs: run: | dotnet pack ./src/Aliencube.Azure.Extensions.EasyAuth -c Release -o published --include-symbols -p:Version=${{ steps.version.outputs.value }} dotnet pack ./src/Aliencube.Azure.Extensions.EasyAuth.EntraID -c Release -o published --include-symbols -p:Version=${{ steps.version.outputs.value }} + dotnet pack ./src/Aliencube.Azure.Extensions.EasyAuth.GitHub -c Release -o published --include-symbols -p:Version=${{ steps.version.outputs.value }} - name: Upload Artifact if: ${{ startsWith(github.ref, 'refs/tags/v') && matrix.os == 'ubuntu-latest' }}