Skip to content

Commit

Permalink
Hopefully, this is the last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDutchMC committed Feb 3, 2021
1 parent 21d5fbb commit 7eb86a8
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ jobs:
with:
java-version: 1.8

#test
- name: test
run: |
echo "${{ needs.create-release.outputs.release_upload_url }}"
# create directory for buildtools
- name: Create directory for BuildTools
run: mkdir -p /tmp/buildtools/1_16_R2 /tmp/buildtools/1_16_R3
Expand Down Expand Up @@ -97,7 +92,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.create-release.release_upload_url }}
upload_url: ${{ needs.create-release.outputs.release_upload_url }}
asset_path: actions/output.jar
asset_name: ${{ env.REPOSITORY_NAME }}-${{ env.RELEASE_VERSION }}-RELEASE-JAVA-8.jar
asset_content_type: application/java-
Expand Down Expand Up @@ -160,7 +155,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.create-release.release_upload_url }}
upload_url: ${{ needs.create-release.outputs.release_upload_url }}
asset_path: actions/output.jar
asset_name: ${{ env.REPOSITORY_NAME }}-${{ env.RELEASE_VERSION }}-RELEASE.jar
asset_content_type: application/java-archive

0 comments on commit 7eb86a8

Please sign in to comment.