Skip to content

Commit

Permalink
sf
Browse files Browse the repository at this point in the history
  • Loading branch information
danzuep committed Dec 4, 2023
1 parent 3efb21d commit c371714
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
git log --pretty=format:"- %s" --since="$last_tag" >> release-notes.txt
fi
env:
title: '## $projectName ${{ steps.gitversion.outputs.preReleaseLabel }}'
title: "## ${{ env.projectName }} ${{ steps.gitversion.outputs.preReleaseLabel }}"
# https://github.com/actions/upload-artifact
- name: Upload version artifacts
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

Local Guide app using ChatGPT AI, a project for Microsoft Hack Together: The Great .NET 8 Hack.

![PC](https://raw.githubusercontent.com/danzuep/LocalGuideAI/main/Assets/Animation/PC.gif)
![PC](https://raw.githubusercontent.com/danzuep/LocalGuideAI/main/Assets/Animations/PC.gif)

![Android](https://raw.githubusercontent.com/danzuep/LocalGuideAI/main/Assets/Animation/Android.gif)
![Android](https://raw.githubusercontent.com/danzuep/LocalGuideAI/main/Assets/Animations/Android.gif)

0 comments on commit c371714

Please sign in to comment.