Skip to content

Commit

Permalink
worksflows: Fix names of uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
Grarak committed Mar 4, 2020
1 parent 1aab8bc commit cbbdd88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nxcord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
cd build
cmake -DCMAKE_TOOLCHAIN_FILE=../DevkitA64Libnx.cmake -DENABLE_CLIENT_STANDALONE=ON -DENABLE_SYSMODULE_APPLICATION=ON ..
make -j$(nproc)
- name: Uploading client
- name: Uploading sysmodule application
uses: actions/[email protected]
with:
name: sysmodule_application.nro
path: build/sysmodule.nro
- name: Uploading client
- name: Uploading standalone client
uses: actions/[email protected]
with:
name: client_standlone.nro
Expand Down

0 comments on commit cbbdd88

Please sign in to comment.