Skip to content
Snippets Groups Projects
Commit f8c077de authored by heyjoeway's avatar heyjoeway
Browse files

really

parent 31a3f1a0
No related branches found
No related tags found
No related merge requests found
......@@ -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
\ No newline at end of file
# - name: Upload update zip
# uses: actions/upload-artifact@v2
# with:
# name: update
# path: bin/Switch/Release/srb2switch22_*.update.zip
\ No newline at end of file
......@@ -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!"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment