We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6786cef commit 1bda434Copy full SHA for 1bda434
1 file changed
.github/workflows/build.yml
@@ -1,13 +1,9 @@
1
-# on:
2
-# release:
3
-# types: [created]
4
-
5
on: [push]
6
7
-name: ARMv7 build
+name: Remarkable Build
8
9
jobs:
10
- linux_arm7:
+ remarkable_build:
11
name: Linux ARMv7
12
runs-on: ubuntu-latest
13
steps:
@@ -21,4 +17,10 @@ jobs:
21
17
with:
22
18
use-cross: true
23
19
command: build
24
- args: --target armv7-unknown-linux-gnueabihf
20
+ args: --target armv7-unknown-linux-gnueabihf --release
+ - name: Release
+ uses: softprops/action-gh-release@v2
+ if: startsWith(github.ref, 'refs/tags/')
+ with:
25
+ files: |
26
+ target/armv7-unknown-linux-gnueabihf/release/ghostwriter
0 commit comments