Skip to content

v0.0.5.975

v0.0.5.975 #27

Workflow file for this run

name: Upload Release
on:
push:
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Dependencies
uses: daaku/gh-action-apt-install@v4
with:
packages: rsync sed rdfind liblingua-translit-perl
- name: gosa checkout
uses: actions/checkout@v4
- name: gosa build
run: ./tools/build_pbo_linux.sh -ltza
- name: gosa clean
run: rm -rf 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/*