Skip to content

Commit

Permalink
Update Create-Release action
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Jan 8, 2020
1 parent b5b7c8f commit 89fc6cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./javafx-testkit-windows-latest.zip
asset_path: /home/runner/work/javafx-helloworld/javafx-helloworld/javafx-testkit-windows-latest.zip
asset_name: javafx-testkit-windows.zip
asset_content_type: application/zip
- name: Downloads generated files (Linux)
Expand All @@ -66,7 +66,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./javafx-testkit-ubuntu-latest.zip
asset_path: /home/runner/work/javafx-helloworld/javafx-helloworld/javafx-testkit-ubuntu-latest.zip
asset_name: javafx-testkit-linux.zip
asset_content_type: application/zip
- name: Downloads generated files (MacOS)
Expand All @@ -78,6 +78,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./javafx-testkit-macOS-latest.zip
asset_path: /home/runner/work/javafx-helloworld/javafx-helloworld/javafx-testkit-macOS-latest.zip
asset_name: javafx-testkit-macOS.zip
asset_content_type: application/zip

0 comments on commit 89fc6cb

Please sign in to comment.