diff options
author | Arisotura <thetotalworm@gmail.com> | 2020-05-30 00:55:34 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2020-05-30 00:55:34 +0200 |
commit | 993048dd241b59747a7b30edfc861eedd4c005c9 (patch) | |
tree | 83395250e8a57c09d26355096489c5ed291b2806 /.github/workflows | |
parent | b3fad6f819ab1cc3f0b67194a40d73256850dcdf (diff) |
ASGHAFGSHASHJKQHD
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build-ubuntu.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-ubuntu.yml b/.github/workflows/build-ubuntu.yml index e9307e9..efb9604 100644 --- a/.github/workflows/build-ubuntu.yml +++ b/.github/workflows/build-ubuntu.yml @@ -40,7 +40,7 @@ jobs: run: | make -j$(nproc --all) \ && mkdir dist \ - && cp {melonDS} dist + && cp melonDS dist - uses: actions/upload-artifact@v1 with: name: melonDS |