Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
really
Browse files Browse the repository at this point in the history
  • Loading branch information
heyjoeway committed Mar 9, 2022
1 parent 31a3f1a commit f8c077d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/switch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
with:
name: update_nro
path: bin/Switch/Release/srb2switch22_*.update.nro.zip
- name: Upload update zip
uses: actions/upload-artifact@v2
with:
name: update
path: bin/Switch/Release/srb2switch22_*.update.zip
# - name: Upload update zip
# uses: actions/upload-artifact@v2
# with:
# name: update
# path: bin/Switch/Release/srb2switch22_*.update.zip
22 changes: 11 additions & 11 deletions Makefile_cfgs/Platforms/Switch.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ $(OUTDIR)/$(NAME)$(PKGSUFFIX): $(OUTDIR)/$(NAME)$(SUFFIX)
(cd $(OUTDIR) && zip -r -9 $(FULLZIPNAME) switch)
$(REMOVE) -r $(APPDIR)

@echo Generating $(PATCHZIPNAME)...
mkdir -p $(APPDIR)
cp $(OUTDIR)/$(NAME)$(PKGSUFFIX) $(APPDIR)/$(NAME)$(PKGSUFFIX)
-cp $(ASSETSDIR)/patch/*.cfg $(APPDIR)
-cp $(ASSETSDIR)/patch/*.srb $(APPDIR)
-cp $(ASSETSDIR)/patch/*.pk3 $(APPDIR)
-cp $(ASSETSDIR)/patch/*.dta $(APPDIR)
-cp $(ASSETSDIR)/patch/*.wad $(APPDIR)
-cp $(ASSETSDIR)/patch/*.dat $(APPDIR)
(cd $(BIN) && zip -r -9 $(PATCHZIPNAME) switch)
$(REMOVE) -r $(APPDIR)
# @echo Generating $(PATCHZIPNAME)...
# mkdir -p $(APPDIR)
# cp $(OUTDIR)/$(NAME)$(PKGSUFFIX) $(APPDIR)/$(NAME)$(PKGSUFFIX)
# -cp $(ASSETSDIR)/patch/*.cfg $(APPDIR)
# -cp $(ASSETSDIR)/patch/*.srb $(APPDIR)
# -cp $(ASSETSDIR)/patch/*.pk3 $(APPDIR)
# -cp $(ASSETSDIR)/patch/*.dta $(APPDIR)
# -cp $(ASSETSDIR)/patch/*.wad $(APPDIR)
# -cp $(ASSETSDIR)/patch/*.dat $(APPDIR)
# (cd $(BIN) && zip -r -9 $(PATCHZIPNAME) switch)
# $(REMOVE) -r $(APPDIR)

@echo " Done!"

0 comments on commit f8c077d

Please sign in to comment.