diff --git a/.github/workflows/build-deps.yml b/.github/workflows/build-deps.yml index e6935a9..557f85f 100644 --- a/.github/workflows/build-deps.yml +++ b/.github/workflows/build-deps.yml @@ -59,11 +59,10 @@ jobs: - uses: actions/download-artifact@v2 - run: | - mkdir bin mv artifact/* bin git config user.name github-actions git config user.email github-actions@github.com - git add bin + git add -u git commit -m generated git push diff --git a/.gitignore b/.gitignore index dd9f90f..a9b026b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,3 @@ -.dub - -dub.selections.json - -*.depend -*.layout - -*.sublime-* +/.dub/ +/dub.selections.json +/stb-test-library.exe