diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-11-18 02:22:53 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-11-18 02:22:53 -0500 |
commit | 4644adff94b4d20d6673364f7fdd49ea10ea633a (patch) | |
tree | 3c7138a224bd2a32e0b3065a15dba58f40990209 | |
parent | 5e08083b5a925e8647fc69c47c430524a359c7ac (diff) | |
download | abaddon-portaudio-4644adff94b4d20d6673364f7fdd49ea10ea633a.tar.gz abaddon-portaudio-4644adff94b4d20d6673364f7fdd49ea10ea633a.zip |
fix stuff
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3399437..6158979 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,9 @@ jobs: - name: Setup Artifact run: | mkdir build/artifactdir - cp *.exe "build/artifactdir" + mkdir build + cp *.exe artifactdir + cd .. cat "ci/deps.txt" | sed 's/\r$//' | xargs -I % cp /mingw64% build/artifactdir - name: Upload build |