Skip to content

Commit

Permalink
Print SHA256 in the workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Kron4ek committed Sep 19, 2023
1 parent 24e328f commit f59ed1d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bootstraps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
sudo ./create_ubuntu_bootstraps.sh
cd /opt
sudo tar -I "xz -T0 -9" -cpf bootstraps.tar.xz chroots
sha256sum *.tar.xz
- uses: actions/upload-artifact@v3
with:
name: Bootstraps
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/proton-exp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
sudo tar -C /opt -xpf /opt/Bootstraps/bootstraps.tar.xz
chmod +x build_wine.sh
WINE_BRANCH=proton PROTON_BRANCH=experimental_8.0 ./build_wine.sh
sha256sum *.tar.xz
- uses: actions/upload-artifact@v3
with:
name: Proton Experimental
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/proton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
sudo tar -C /opt -xpf /opt/Bootstraps/bootstraps.tar.xz
chmod +x build_wine.sh
WINE_BRANCH=proton ./build_wine.sh
sha256sum *.tar.xz
- uses: actions/upload-artifact@v3
with:
name: Proton
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wine-exp-wow64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
export EXPERIMENTAL_WOW64="true"
WINE_BRANCH=vanilla ./build_wine.sh
WINE_BRANCH=staging ./build_wine.sh
sha256sum *.tar.xz
- uses: actions/upload-artifact@v3
with:
name: Wine-32on64-WoW64
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wine-git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
export WINE_VERSION="git"
WINE_BRANCH=vanilla ./build_wine.sh
WINE_BRANCH=staging ./build_wine.sh
sha256sum *.tar.xz
- uses: actions/upload-artifact@v3
with:
name: Wine-Git
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wine-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
chmod +x build_wine.sh
export WINE_VERSION="$(wget -q -O - "https://gitlab.winehq.org/wine/wine/-/raw/stable/VERSION" | tail -c +14)"
WINE_BRANCH=vanilla ./build_wine.sh
sha256sum *.tar.xz
- uses: actions/upload-artifact@v3
with:
name: Wine Stable
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
WINE_BRANCH=vanilla ./build_wine.sh
WINE_BRANCH=staging ./build_wine.sh
WINE_BRANCH=staging-tkg ./build_wine.sh
sha256sum *.tar.xz
- uses: actions/upload-artifact@v3
with:
name: Wine
Expand Down

0 comments on commit f59ed1d

Please sign in to comment.