Skip to content

Commit

Permalink
Update GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyoo committed Feb 5, 2025
1 parent d1f6507 commit 8da8e10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 8da8e10

Please sign in to comment.