Skip to content

Commit

Permalink
Update application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pamidur authored Sep 25, 2024
1 parent 59f231e commit b648dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Pack
working-directory: nuget
run: dotnet pack -c $app_conf --no-build -o `pwd`/artifacts -p:Version=$app_version -p:CommitSHA=$GITHUB_SHA
- uses: actions/upload-artifact
- uses: actions/upload-artifact@v3.2.1
with:
name: artifacts
path: ./nuget/artifacts
Expand Down

0 comments on commit b648dd3

Please sign in to comment.