mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Upload unzipped builds alongside the 7z (#191)
This commit is contained in:
parent
ec22bf1975
commit
5a8f3dfb23
3
.github/workflows/building.yml
vendored
3
.github/workflows/building.yml
vendored
@ -44,6 +44,9 @@ jobs:
|
||||
7z a GodMode9i.7z GodMode9i/
|
||||
|
||||
mkdir -p ~/artifacts
|
||||
cp GodMode9i.dsi ~/artifacts
|
||||
cp GodMode9i.nds ~/artifacts
|
||||
cp GodMode9i.cia ~/artifacts
|
||||
cp GodMode9i.7z ~/artifacts
|
||||
|
||||
echo ::set-output name=commit_tag::$(git describe --abbrev=0 --tags)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user