Skip to content

Commit

Permalink
I am dumb.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Apr 13, 2023
1 parent 631e632 commit aa097f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ on:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install env
run: |
Expand All @@ -33,4 +36,4 @@ jobs:
uses: softprops/action-gh-release@v1
with:
append_body: true
files: redist
files: redist*
2 changes: 1 addition & 1 deletion redist.asd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
:bug-tracker "https://github.com/Shirakumo/redist/issues"
:source-control (:git "https://github.com/Shirakumo/redist.git")
:build-operation "program-op"
:build-pathname #+windows "redist.exe" #-windows "redist"
:build-pathname #+windows "redist.exe" #+darwin "redist.o" #-(or darwin windows) "redist"
:entry-point "org.shirakumo.redist::main"
:serial T
:components ((:file "package")
Expand Down

0 comments on commit aa097f8

Please sign in to comment.