Skip to content

Commit

Permalink
Fix release workflow (#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains authored Sep 24, 2023
1 parent 16c513a commit 18e22d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
shell: bash
run: |
dotnet publish -p:PublishProfile=${{ matrix.build }} -c:Release --output:"../Publish/ImperatorToCK3"
elif [ "$RUNNER_OS" = "macOS" ]
if [ "$RUNNER_OS" = "macOS" ]
then
echo "Signing binary..."
codesign --force -s - "../Publish/ImperatorToCK3/ImperatorToCK3Converter"
Expand Down

0 comments on commit 18e22d2

Please sign in to comment.