Skip to content

Commit

Permalink
actually actually fixed the ci upload archives
Browse files Browse the repository at this point in the history
  • Loading branch information
DeaSTL committed Oct 25, 2023
1 parent 57b217b commit ed06014
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,11 @@ jobs:
# Build your program with the given configuration
run: make -j32

- name: Zip Artifact
run: |
mkdir ${{github.workspace}}/dist
tar -czvf ${{github.workspace}}/dist/cmaker.tar.gz ${{github.workspace}}/build/
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: cmaker-artifact
path: ${{github.workspace}}/dist/cmaker.tar.gz
path: ${{github.workspace}}/build/

- name: BuildTest
working-directory: ${{github.workspace}}
Expand Down

0 comments on commit ed06014

Please sign in to comment.