Skip to content

Commit

Permalink
tentative fix for github-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cfrankb committed Sep 13, 2024
1 parent fc66ce6 commit 95a9380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
${{ env.SOURCE_DIR }}/build/release/*.AppImage
- name: Linux artefact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: ${{ env.ARTIFACT }}
path: ${{ env.SOURCE_DIR }}/build/release
2 changes: 1 addition & 1 deletion .github/workflows/windows_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
*.zip
- name: Save build artifact
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v4
with:
name: ${{ env.ARTIFACT }}
path: ${{ runner.temp }}\build\release

0 comments on commit 95a9380

Please sign in to comment.