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 836e94b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:

- name: Build
run: |
make CC=g++-10 linux
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 +70,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 +84,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 836e94b

Please sign in to comment.