Skip to content

Commit

Permalink
fix path (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
eoye authored Oct 23, 2024
1 parent 628b8a1 commit bafd420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setting git commit url
run: |
git_commit_url="${{ github.server_url}}/${{ github.repository }}/commit/${{ github.sha }}"
echo $git_commit_url > "./Properties/commit.url"
echo $git_commit_url > "/Properties/commit.url"
- name: Build Solution
run: dotnet build --no-restore --configuration Release
Expand Down

0 comments on commit bafd420

Please sign in to comment.