We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b4d47 commit 2f0e32fCopy full SHA for 2f0e32f
.github/workflows/AutoRelease.yml
@@ -48,7 +48,7 @@ jobs:
48
tag=$(git describe --tags --abbrev=0)
49
release_name="IGReelsBot-$tag-${{ matrix.target }}"
50
# Build everything
51
- dotnet publish --framework net6.0 --runtime "${{ matrix.target }}" --self-contained true -c Release -o "$release_name"
+ dotnet publish "Instagram Reels Bot/Instagram Reels Bot.csproj" --framework net6.0 --runtime "${{ matrix.target }}" --self-contained true -c Release -o "$release_name"
52
# Pack files
53
if [ "${{ matrix.target }}" == "win-x64" ]||[ "${{ matrix.target }}" == "win-arm64" ]||[ "${{ matrix.target }}" == "win-arm" ]; then
54
# Pack to zip for Windows
0 commit comments