Skip to content

Commit

Permalink
Github workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
hbeni committed Dec 12, 2024
1 parent 545b128 commit 2ddc537
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ jobs:

- name: Build
run: |
make CC=g++-10 linux
ll /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
Expand Down Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 2ddc537

Please sign in to comment.