Skip to content

Commit

Permalink
Update release_compilation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Moderrek authored Dec 8, 2024
1 parent 1f16da3 commit a11ea1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: cmake --build . --config ${{env.BUILD_TYPE}}

- name: Package binaries
run: zip -r HeronTriangle-Linux.zip ./build/bin/
run: cd build/bin && zip -r ../../HeronTriangle-Linux.zip . && cd ../../

- name: Upload Linux Release
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a11ea1c

Please sign in to comment.