Skip to content

Commit

Permalink
Update AutoRelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bman46 authored Aug 18, 2022
1 parent b324bd7 commit eec89f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/AutoRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
tag=$(git describe --tags --abbrev=0)
release_name="CCSODiscordBot-$tag-${{ matrix.target }}"
# Build everything
dotnet publish "Instagram Reels Bot" --framework net6.0 --runtime "${{ matrix.target }}" --self-contained true -c Release -o "$release_name"
dotnet publish "CCSODiscordBot" --framework net6.0 --runtime "${{ matrix.target }}" --self-contained true -c Release -o "$release_name"
# Pack files
if [ "${{ matrix.target }}" == "win-x64" ]||[ "${{ matrix.target }}" == "win-arm64" ]||[ "${{ matrix.target }}" == "win-arm" ]; then
# Pack to zip for Windows
Expand Down

0 comments on commit eec89f0

Please sign in to comment.