Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DeaSTL authored Oct 26, 2023
1 parent 6d08230 commit 595fab5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,18 @@ jobs:
working-directory: ${{github.workspace}}
run: ./build/cmaker

#- name: Build Release
#working-directory: ${{github.workspace}}
#run: cmake -DCMAKE_BUILD_TYPE=Release ./ && make -j32 && mkdir ./dist/ && tar -czf ./dist/release-${{github.run_number}}.tar.gz ./build/

- name: Upload artifacts
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: cmaker-artifact-${{github.run_number}}
asset_name: cmaker-${{github.run_number}}
tag: nightly
overwrite: true
body: "This is my release text"


0 comments on commit 595fab5

Please sign in to comment.