Skip to content

Commit 7aa745c

Browse files
committed
Test rust releaser
1 parent 24aa611 commit 7aa745c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/workflows/releaser.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Temporary build for version check
2+
3+
on:
4+
push:
5+
branches: "*"
6+
7+
jobs:
8+
build:
9+
strategy:
10+
matrix:
11+
platform:
12+
- build_for: Linux-x86_64
13+
os: linux-amd64
14+
15+
- build_for: Windows-x86_64
16+
os: windows-amd64
17+
18+
- build_for: macOS-x86_64
19+
os: darwin-amd64
20+
name: Initiate build for ${{ matrix.platform.build_for }}
21+
runs-on: ${{ matrix.platform.os }}
22+
permissions:
23+
contents: write
24+
steps:
25+
- uses: thevickypedia/rust-releaser@main

0 commit comments

Comments
 (0)