Update build.yml

This commit is contained in:
MattTheTekie 2023-08-21 15:08:31 -04:00 committed by GitHub
commit ca3902f0ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)