Skip to content

Commit

Permalink
adding upload action and fixing path issue on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Detlef Groth committed Sep 2, 2024
1 parent bd9a31f commit ff53c67
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Binaries Windows-Cygwin
on:
workflow_dispatch:
branches: [ master ]

env:
VERSION: "091224b2"
jobs:
build:
runs-on: windows-latest
Expand Down Expand Up @@ -61,8 +62,9 @@ jobs:
make -f cygwin.gmk mew mewb
make -f cygwin.gmk mecw mecwb
ls
./cygwin-3.5-microemacs-091224b2-mecb.exe -V
ls -l ./cygwin-3.5-microemacs-${VERSION}-mecb.exe
echo `./cygwin-3.5-microemacs-${VERSION}-mecb.exe -V`
- name: Cygwin Combined Release
run: |
make -f cygwin.gmk release app=mecb
Expand All @@ -72,14 +74,14 @@ jobs:
- name: Upload Cygwin Combined Release
uses: actions/upload-artifact@v4
with:
name: Release-cygwin-3.5-windows-${{ env.BRANCH_NAME }}
name: Release-cygwin-3.5-windows
path: cygwin-*/

- name: Install MicroEmacs
shell: C:\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr '{0}'
run: |
echo $PATH
which pip3
pip3 install https://github.com/user-attachments/files/16839612/meapp-9.12.24b1.tar.gz
pip3 install https://github.com/user-attachments/files/16840516/meapp-9.12.24b1.tar.gz
export PATH=~/.local/bin:$PATH
meapp -V

0 comments on commit ff53c67

Please sign in to comment.