summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-11-18 02:54:19 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2021-11-18 02:54:19 -0500
commitc49e454ec06997190f6368093a3e47b1adaa6d56 (patch)
treebb4cdc802235b04a17411f0eff5df92dd534c1f1
parent8afc8c62ef74a01b5c70763c6ef123bb988b1438 (diff)
downloadabaddon-portaudio-c49e454ec06997190f6368093a3e47b1adaa6d56.tar.gz
abaddon-portaudio-c49e454ec06997190f6368093a3e47b1adaa6d56.zip
double typo
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 26dc050..4dda2ea 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
cd build
cp *.exe artifactdir
cd ..
- cat "ci/deps.txt" | sed 's/\r$//' | xargs -I % cp /mingw64% build/artifactdir
+ cat "ci/msys-deps.txt" | sed 's/\r$//' | xargs -I % cp /mingw64% build/artifactdir
- name: Upload build
uses: actions/upload-artifact@v2