Skip to content

Commit

Permalink
fix GitHub Workflow Release not being valid
Browse files Browse the repository at this point in the history
* 'run' is already defined
  • Loading branch information
SkyrilHD committed Jan 10, 2023
1 parent 35b3037 commit 9070d0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Build (Release).yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Build
- name: Build (Debug)
run: xcodebuild build -configuration Debug
- name: Build (Release)
run: xcodebuild build -configuration Release
- name: Upload build artifact
uses: actions/[email protected]
Expand Down

0 comments on commit 9070d0c

Please sign in to comment.