fix(ci): split diffrent targets into diffrent directories when upload… #159
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: rosu-memory | |
| on: | |
| release: | |
| types: ["published"] | |
| push: | |
| branches: ["master"] | |
| pull_request: | |
| types: [ opened, reopened, edited, synchronize ] | |
| paths-ignore: | |
| - '*.md' | |
| jobs: | |
| check: | |
| uses: ./.github/workflows/check.yml |