diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aadba0a..c743a5f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,8 +51,8 @@ jobs: run: | make mkdir -p ~/artifacts - cp StreetPass-Shop.3dsx ~/artifacts - cp StreetPass-Shop.cia ~/artifacts + cp *.3dsx ~/artifacts + cp *.cia ~/artifacts echo ::set-output name=commit_tag::$(git describe --abbrev=0 --tags) echo ::set-output name=commit_hash::$(git log --format=%h -1)