From 82cfd8010210024121281ab18cf6c9921bc627ec Mon Sep 17 00:00:00 2001 From: hbeni Date: Thu, 12 Dec 2024 11:37:47 +0100 Subject: [PATCH] Github workflow update --- .github/workflows/make-release.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/make-release.yml b/.github/workflows/make-release.yml index fa7ef2d..77bb3c8 100644 --- a/.github/workflows/make-release.yml +++ b/.github/workflows/make-release.yml @@ -32,11 +32,12 @@ jobs: - name: Build run: | - make CC=g++-10 linux + ls -alh /usr/bin/g++* + make CC=g++-11 linux mv therionsurface2survex therionsurface2survex-macOS - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: macEXE path: therionsurface2survex-macOS @@ -70,7 +71,7 @@ jobs: echo "SHASHORT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV - name: Download macExe from previous job - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: macEXE @@ -84,7 +85,7 @@ jobs: cp ../therionsurface2survex-macOS therionsurface2survex-${VERSION}/ - name: 'Upload Artifact' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: therionsurface2survex-${{env.VERSION}} path: dist