Skip to content

Commit

Permalink
remove deprecated action
Browse files Browse the repository at this point in the history
  • Loading branch information
tonivade committed Jun 24, 2023
1 parent 25d5637 commit d3ecbad
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,7 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }}
run: >-
"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" && gradlew.bat nativeImage
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
path: ${{ matrix.local_path }}
name: ${{ matrix.uploaded_filename }}
- name: Upload release
if: github.event_name == 'release'
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{ matrix.local_path }}
asset_name: ${{ matrix.uploaded_filename }}
asset_content_type: application/zip

0 comments on commit d3ecbad

Please sign in to comment.