Skip to content

Commit

Permalink
fixing upload distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmipt committed Nov 15, 2024
1 parent d86194e commit 3ea01c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

- name: Upload Windows distribution
if: ${{ runner.os == 'Windows' }}
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: Windows distribution
path: build/distribution/kdbStudio*.zip

0 comments on commit 3ea01c4

Please sign in to comment.