„.gitea/workflows/build.yml“ ändern
Some checks failed
Export Game Job

This commit is contained in:
Snoweuph 2023-04-04 20:03:15 +00:00
parent e3675dc9bd
commit ccf63026b3

View file

@ -11,7 +11,7 @@ jobs:
- name: install wine
id: wine_install
run: |
apt update
apt update -y
apt install -y wine64
echo "WINE_PATH=$(which wine64)" >> $GITHUB_OUTPUT
- name: export game