Skip to content

Update workflow files #41

Update workflow files

Update workflow files #41

Workflow file for this run

name: Wine Fedora CI
on:
workflow_dispatch:
push:
tags:
["v[0-9]+.[0-9]+", "v[0-9]+.[0-9]+.[0-9]+"]
jobs:
build:
runs-on: ubuntu-latest
container: fedora:40
steps:
- uses: actions/checkout@v4
- name: Compilation
run: |
sudo dnf -y -q upgrade --refresh
cd wine-tkg-git
./xiv-staging.sh
sed -i 's/_NOLIB32="false"/_NOLIB32="wow64"/' wine-tkg-profiles/advanced-customization.cfg
echo '_ci_build="true"' >> customization.cfg
touch tarplz
yes|./non-makepkg-build.sh
- name: Archive the artifacts
uses: actions/upload-artifact@v4
with:
name: wine-xiv-fedora
path: wine-tkg-git/non-makepkg-builds