Skip to content

Commit

Permalink
CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nihirash committed Dec 11, 2023
1 parent 0c3cdd0 commit 7945352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: (cd system && make)

- name: Pack release
run: (cd system && zip release.zip cpm.\$c ../drive_image/sdcard.zip)
run: (cd system && zip -j release.zip cpm.\$c ../drive_image/sdcard.zip)

- name: Read version
id: version
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CP/M 2.2 port for Karabas Pro

[![build-system](https://github.com/nihirash/karabas-pro-cpm/actions/workflows/build-system.yml/badge.svg)](https://github.com/nihirash/karabas-pro-cpm/actions/workflows/build-system.yml) [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/D1D6JVS74)
[![build-system](https://github.com/nihirash/karabas-pro-cpm/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/nihirash/karabas-pro-cpm/actions/workflows/release.yml) [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/D1D6JVS74)

![screenshot](readme/screen.png)

Expand Down

0 comments on commit 7945352

Please sign in to comment.