Skip to content

Commit

Permalink
Update package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Balder1840 authored Mar 13, 2024
1 parent d2d4bdf commit 87b9fb8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ jobs:

- name: Build Package
run: dotnet pack Blazor.Cherrydown/Blazor.Cherrydown.csproj /p:Version=${VERSION} -c ${{ env.Configuration }} -o ../packages -v m --no-restore

- name: print home
run: |
pwd
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 87b9fb8

Please sign in to comment.