Skip to content

Commit

Permalink
fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
zzeneg committed Feb 6, 2024
1 parent 08f30cf commit c536a0a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: dist
name: dist
name: windows

build-ubuntu:
name: '[Ubuntu] Build and Publish'
Expand All @@ -40,6 +40,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install dependencies
run: ./install-build-deps.sh

- name: Build
run: cargo build --release

Expand All @@ -53,7 +56,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: dist
name: dist
name: ubuntu

pre-release:
name: Pre-Release
Expand All @@ -70,7 +73,6 @@ jobs:
- name: Download files
uses: actions/download-artifact@v4
with:
name: dist
path: dist

- name: Create Release
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ target/
**/.idea

qmk-hid-host.json
dist/
9 changes: 9 additions & 0 deletions dist/qmk-hid-host.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"device": {
"productId": 2116,
"usage": 97,
"usagePage": 65376
},
"layouts": ["en"],
"reconnectDelay": 5000
}

0 comments on commit c536a0a

Please sign in to comment.