Skip to content

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
pamidur committed Sep 25, 2024
1 parent 59aaaf3 commit 59f231e
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@v1
- uses: actions/upload-artifact
with:
name: artifacts
path: ./nuget/artifacts
Expand Down

0 comments on commit 59f231e

Please sign in to comment.