diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 79c714a3..4feacc10 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -34,7 +34,7 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v1 with: - name: RomWBW-${{env.GITHUB_REF_SLUG}}-${{env.GITHUB_SHA_SHORT}} + name: RomWBW_Linux-${{env.GITHUB_REF_SLUG}}-${{env.GITHUB_SHA_SHORT}} path: . buildMacos: @@ -43,10 +43,6 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Get OS info - run: | - system_profiler SPSoftwareDataType - - name: Build run: | make @@ -62,5 +58,5 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v1 with: - name: RomWBW-macOS + name: RomWBW_MacOS-${{env.GITHUB_REF_SLUG}}-${{env.GITHUB_SHA_SHORT}} path: . \ No newline at end of file diff --git a/Source/Images/Makefile b/Source/Images/Makefile index be90202f..0a35d136 100644 --- a/Source/Images/Makefile +++ b/Source/Images/Makefile @@ -85,7 +85,6 @@ blankhdnew: echo copying system $$sys to $@ ; \ $(BINDIR)/mkfs.cpm -f $$fmt -b $$sys $@ ; \ fi ; \ - # LC_CTYPE=en_US.US-ASCII echo $$mid | dd bs=1 count=4 seek=1410 conv=notrunc of=$@ ; \ for u in $$(seq 0 15) ; do \ dir=d_$$d/u$$u ; \ if [ -d $$dir ] ; then \