Skip to content

Commit

Permalink
Update windows_develop_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fwild authored Sep 5, 2024
1 parent dfd00fc commit 7309c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_develop_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
SLACK_URL: ${{ secrets.SLACK_URL }}
COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
APP_VERSION: ${{ needs.build_unity.outputs.buildVersion }}
TARGET_PLATFORM: ${{ runner.os }}
TARGET_PLATFORM: runner.os
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 7309c15

Please sign in to comment.