Skip to content

Commit

Permalink
continuing win-server build
Browse files Browse the repository at this point in the history
  • Loading branch information
mittelmark committed Aug 12, 2024
1 parent aae07b4 commit 3c54d59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ jobs:
PATH=%CD%\mingw32\bin;%PATH%
mingw32-make -f win32winlibs.gmk mewb
- name: Make release
shell: pwsh
run: |
VERSION=091224b1
$Env:VERSION ='091224b1'
mkdir MicroEmacs09-${VERSION}-Windows
mkdir MicroEmacs09-${VERSION}-Windows/bin
cp bfs/bfs.exe MicroEmacs09-${VERSION}-Windows/bin/
Expand All @@ -66,7 +67,7 @@ jobs:
cp COPYING MicroEmacs09-${VERSION}-Windows/
cp README-standalone.md MicroEmacs09-${VERSION}-Windows/
cd jasspa
tar -cf macros.zip macros/*
7z -a macros.zip macros
cd ..
cp jasspa/macros.zip MicroEmacs09-${VERSION}-Windows/
Expand Down

0 comments on commit 3c54d59

Please sign in to comment.