Skip to content

Commit

Permalink
maybe fixed ci upload archive
Browse files Browse the repository at this point in the history
  • Loading branch information
DeaSTL committed Oct 25, 2023
1 parent e04fb26 commit 6716110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
mkdir ${{github.workspace}}/dist
cp ${{github.workspace}}/build/* ${{github.workspace}}/dist/
tar -czvf cmaker.tar.gz ${{github.workspace}}/dist/
tar -czvf ${{github.workspace}}/dist/cmaker.tar.gz ${{github.workspace}}/dist/
- name: Upload Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 6716110

Please sign in to comment.