Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Temtaime committed Mar 6, 2021
1 parent d0b7106 commit 70f8a1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]
git add bin
git add -u
git commit -m generated
git push
11 changes: 3 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
.dub

dub.selections.json

*.depend
*.layout

*.sublime-*
/.dub/
/dub.selections.json
/stb-test-library.exe

0 comments on commit 70f8a1f

Please sign in to comment.