Skip to content

Commit

Permalink
github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
svenk committed Jul 25, 2024
1 parent d66b15f commit 8c9f770
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,11 @@ jobs:
with:
name: Static Bundle
path: dist/
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Development Build"
files: |
dist/*
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# lucigui: A GUI for the analog-digitall hybrid computer LUCIDAC
# lucigui: A GUI for the analog-digital hybrid computer LUCIDAC

lucigui is a Svelte based JavaScript Single Page Web Application for [LUCIDAC](https://anabrid.com/lucidac).
LUCIDAC lacks the classical analog computer cable-based interface, and this is the first graphical
Expand Down

0 comments on commit 8c9f770

Please sign in to comment.