diff options
author | Barichello <artur@barichello.me> | 2022-01-05 21:32:09 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-05 21:32:09 -0300 |
commit | 4fc9efa398713532bb47ea53818c13ab69d85169 (patch) | |
tree | 5d1b6ad0b538e8ede2c9b07bc1e08bafdc69513e | |
parent | 2200773cc2cb54dce0032e0ed7341b10f49ea05c (diff) | |
download | NorthstarLauncher-4fc9efa398713532bb47ea53818c13ab69d85169.tar.gz NorthstarLauncher-4fc9efa398713532bb47ea53818c13ab69d85169.zip |
Add text files to CI artifacts
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc370151..c7a8d832 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,3 +30,4 @@ jobs: x64/${{ env.BUILD_PROFILE }}/*.dll x64/${{ env.BUILD_PROFILE }}/*.exe x64/${{ env.BUILD_PROFILE }}/*.pdb + x64/${{ env.BUILD_PROFILE }}/*.txt |