Skip to content

Commit

Permalink
some naming conventions changed Linux to linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mittelmark committed Mar 29, 2024
1 parent 4b42c19 commit 89c2c00
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/bfs-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:
- name: Upload Linux Mecb Zips
uses: actions/upload-artifact@v4
with:
name: MicroEmacs09_${{ env.VERSION }}_Linux-ubuntu20-mecb.zip
path: MicroEmacs09_${{ env.VERSION }}_Linux-ubuntu20-mecb
name: MicroEmacs09_${{ env.VERSION }}_linux-ubuntu20-mecb.zip
path: MicroEmacs09_${{ env.VERSION }}_linux-ubuntu20-mecb

- name: Upload Linux Mecw Zips
uses: actions/upload-artifact@v4
with:
name: MicroEmacs09_${{ env.VERSION }}_Linux-ubuntu20-mewb.zip
path: MicroEmacs09_${{ env.VERSION }}_Linux-ubuntu20-mewb
name: MicroEmacs09_${{ env.VERSION }}_linux-ubuntu20-mewb.zip
path: MicroEmacs09_${{ env.VERSION }}_linux-ubuntu20-mewb

- name: Upload Windows Mecb Zips
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -80,14 +80,14 @@ jobs:
- name: Upload Linux Mecb Zips
uses: actions/upload-artifact@v4
with:
name: MicroEmacs09_${{ env.VERSION }}_Linux-ubuntu22-mecb.zip
path: MicroEmacs09_${{ env.VERSION }}_Linux-ubuntu22-mecb
name: MicroEmacs09_${{ env.VERSION }}_linux-ubuntu22-mecb.zip
path: MicroEmacs09_${{ env.VERSION }}_linux-ubuntu22-mecb

- name: Upload Linux Mecw Zips
uses: actions/upload-artifact@v4
with:
name: MicroEmacs09_${{ env.VERSION }}_Linux-ubuntu22-mewb.zip
path: MicroEmacs09_${{ env.VERSION }}_Linux-ubuntu22-mewb
name: MicroEmacs09_${{ env.VERSION }}_linux-ubuntu22-mewb.zip
path: MicroEmacs09_${{ env.VERSION }}_linux-ubuntu22-mewb

build-os11:
runs-on: macos-11
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ifeq ($(nodename),micky)
endif
kernel=$(shell uname -a | perl -pe 's/.+(ubuntu[0-9]+).+/$$1/; s/.+fc([0-9]+).+/fedora$$1/; s/.+(2[0-9])\..+Ubuntu.+/ubuntu$$1/')
version=091223
kernelname=$(shell uname -s)
kernelname=$(shell uname -s | perl -pe 's/Linux/linux/')
machine=$(uname -m)
default:
echo "Makefile for Linux systems"
Expand Down

0 comments on commit 89c2c00

Please sign in to comment.