Skip to content

Commit

Permalink
add build and release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveBronder committed Oct 3, 2024
1 parent ca45469 commit 5692a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

# 4. Build the project
- name: Build PlatypusGui
run: cmake --build build --config Release -target PlatypusGui
run: cmake --build build --config Release --target PlatypusGui

# 5. Archive the build output3
- name: Archive build output
Expand Down

0 comments on commit 5692a30

Please sign in to comment.