Skip to content

Commit

Permalink
this is ugly
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Feb 17, 2024
1 parent e36b5c3 commit 139de66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:

- name: 'Fetch Wine'
run: |
mkdir -p ${{ env.WINE_PREFIX }}
git clone https://gitlab.winehq.org/wine/wine.git --depth 1 \
--branch wine-${{ env.WINE_VERSION }}
Expand All @@ -74,6 +73,7 @@ jobs:
- name: 'Configure Wine'
working-directory: wine
run: |
mkdir -p ${{ env.WINE_PREFIX }}
./configure \
CC='ccache gcc' \
x86_64_CC='ccache x86_64-w64-mingw32-gcc' \
Expand Down Expand Up @@ -117,10 +117,11 @@ jobs:
- name: Make artifacts
run: |
cd $(dirname ${{ env.WINE_PREFIX }})
XZ_OPT=-9 tar -Jcf ${{ env.WINE_ARCHIVE }} $(basename ${{ env.WINE_PREFIX }})
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: wine-vinegarhq-build-${{ env.WINE_VERSION }}
path: ${{ env.WINE_ARCHIVE }}
path: ${{ env.WINE_ARCHIVE }}

0 comments on commit 139de66

Please sign in to comment.