Skip to content

Commit e3cc62f

Browse files
committed
Try an in-house reusable workflow
1 parent 992846b commit e3cc62f

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

.github/workflows/releaser.yml

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,27 @@ on:
55
branches: "*"
66

77
jobs:
8-
build:
9-
strategy:
10-
matrix:
11-
platform:
12-
- build_for: Linux-x86_64
13-
os: linux-amd64
8+
build:
9+
uses: thevickypedia/rust-releaser/releaser.yml@main
10+
secrets: inherit
1411

15-
- build_for: Windows-x86_64
16-
os: windows-amd64
12+
# build:
13+
# strategy:
14+
# matrix:
15+
# platform:
16+
# - build_for: Linux-x86_64
17+
# os: linux-amd64
1718

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
26-
env:
27-
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
19+
# - build_for: Windows-x86_64
20+
# os: windows-amd64
21+
22+
# - build_for: macOS-x86_64
23+
# os: darwin-amd64
24+
# name: Initiate build for ${{ matrix.platform.build_for }}
25+
# runs-on: ${{ matrix.platform.os }}
26+
# permissions:
27+
# contents: write
28+
# steps:
29+
# - uses: thevickypedia/rust-releaser@main
30+
# env:
31+
# GIT_TOKEN: ${{ secrets.GIT_TOKEN }}

0 commit comments

Comments
 (0)