Skip to content

Commit

Permalink
removing mkdir build
Browse files Browse the repository at this point in the history
  • Loading branch information
RCMast3r committed Dec 24, 2023
1 parent 9fb97ca commit 5c2caf5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/create_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
- name: Build and Package
run: |
cd third-party
mkdir build
cd build
cmake ..
cmake --build . --target dbcppp # Generate installer
# Add commands to upload the installer artifact (e.g., using GitHub Actions' upload-artifact)

0 comments on commit 5c2caf5

Please sign in to comment.