-
-
Notifications
You must be signed in to change notification settings - Fork 0
35 lines (31 loc) · 798 Bytes
/
release_interu.yml
File metadata and controls
35 lines (31 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
name: Release interu
on:
push:
tags:
- "interu-[0-9]+.[0-9]+.[0-9]+**"
jobs:
build:
uses: ./.github/workflows/build_interu.yml
with:
upload: true
target: ${{ matrix.target }}
os: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
release:
runs-on: ubuntu-latest
needs: [build]
steps:
- name: Download Artifacts
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with:
path: artifacts
- name: Upload Release Binary
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
with:
files: artifacts/artifact/*