Skip to content

Commit 2f0e32f

Browse files
authored
Set project to build
1 parent 23b4d47 commit 2f0e32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/AutoRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
tag=$(git describe --tags --abbrev=0)
4949
release_name="IGReelsBot-$tag-${{ matrix.target }}"
5050
# Build everything
51-
dotnet publish --framework net6.0 --runtime "${{ matrix.target }}" --self-contained true -c Release -o "$release_name"
51+
dotnet publish "Instagram Reels Bot/Instagram Reels Bot.csproj" --framework net6.0 --runtime "${{ matrix.target }}" --self-contained true -c Release -o "$release_name"
5252
# Pack files
5353
if [ "${{ matrix.target }}" == "win-x64" ]||[ "${{ matrix.target }}" == "win-arm64" ]||[ "${{ matrix.target }}" == "win-arm" ]; then
5454
# Pack to zip for Windows

0 commit comments

Comments
 (0)