Skip to content

Commit

Permalink
fix: missed bumping this one
Browse files Browse the repository at this point in the history
  • Loading branch information
naomi-lgbt committed Dec 11, 2024
1 parent 23aa09f commit 4e7a08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
dotnet pack Deepgram.DevBuild.sln --configuration Release --no-restore --output ./dist -p:Version=${{ steps.get_version.outputs.VERSION }}
- name: Archive build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist-${{matrix.dotnet-version}}
path: "dist"
Expand Down

0 comments on commit 4e7a08a

Please sign in to comment.