diff options
author | Jack Baron <jackmbaron@gmail.com> | 2022-01-04 18:54:39 +0000 |
---|---|---|
committer | Jack Baron <jackmbaron@gmail.com> | 2022-01-04 18:54:39 +0000 |
commit | 258e2357d341b3f6493877c9f49b8d635060213e (patch) | |
tree | 154d74646f5ce810fbfcbef1ef9e424703e68c44 | |
parent | 2010f3de22f82e0bf9287e31c6d8ae49aae7a250 (diff) | |
download | NorthstarLauncher-258e2357d341b3f6493877c9f49b8d635060213e.tar.gz NorthstarLauncher-258e2357d341b3f6493877c9f49b8d635060213e.zip |
don't upload all files
-rw-r--r-- | .github/workflows/ci.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3ac202a..e55023e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,4 +27,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: NorthstarLauncher-${{ steps.extract.outputs.commit }} - path: x64/${{ env.BUILD_PROFILE }}/ + path: | + x64/${{ env.BUILD_PROFILE }}/*.dll + x64/${{ env.BUILD_PROFILE }}/*.exe + x64/${{ env.BUILD_PROFILE }}/*.pdb |