-
-
Notifications
You must be signed in to change notification settings - Fork 0
43 lines (38 loc) · 1.02 KB
/
upload-release.yml
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
36
37
38
39
40
41
42
43
name: Upload Release
on:
push:
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: ubuntu apt
run: |
sudo apt update
sudo apt -y install rsync sed rdfind liblingua-translit-perl
- name: armake checkout
uses: actions/checkout@master
with:
repository: 'KoffeinFlummi/armake'
path: tools/armake
- name: armake build
working-directory: tools/armake
run: |
sed -i "s/ /\t/" Makefile
make
sudo make install
- name: armake test
run: armake --help
- name: gosa checkout
uses: actions/checkout@v4
- name: gosa build
run: ./tools/build_pbo_linux.sh -ltza
- name: gosa clean
run: rm -v arma-glowing-octo-shame/*workshop*
- name: GitHub release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
prerelease: true
files: arma-glowing-octo-shame/*