Skip to content
Snippets Groups Projects
Verified Commit 0290ab97 authored by Griefed's avatar Griefed :joystick:
Browse files

ci: Remove install4j install script after installation

parent d54f6303
No related branches found
No related tags found
1 merge request!619Maintenance
Pipeline #8996 passed
......@@ -30,6 +30,10 @@ jobs:
version: '11.0'
license: ${{ secrets.INSTALL4J_LICENSE }}
- name: Remove install4j script
run: |
rm install4j_linux-x64_*.sh
- name: Set Permissions
run: |
chmod +x gradlew
......
......@@ -62,6 +62,10 @@ jobs:
version: '11.0'
license: ${{ secrets.INSTALL4J_LICENSE }}
- name: Remove install4j script
run: |
rm install4j_linux-x64_*.sh
- name: Build release
env:
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
......
......@@ -60,6 +60,10 @@ jobs:
version: '11.0'
license: ${{ secrets.INSTALL4J_LICENSE }}
- name: Remove install4j script
run: |
rm install4j_linux-x64_*.sh
- name: Build release
env:
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment