Skip to content

Commit

Permalink
Upload unzipped builds alongside the 7z (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
Epicpkmn11 authored Aug 10, 2022
1 parent ec22bf1 commit 5a8f3df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5a8f3df

Please sign in to comment.