Skip to content

Commit

Permalink
Github releases is now finally zipping and creating release on push w…
Browse files Browse the repository at this point in the history
…ith v* tag
  • Loading branch information
FelixSelter committed Mar 18, 2022
1 parent ee602b1 commit 6de2ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
uses: actions/checkout@v1

- name: "Zip files"
run: "zip -r release.zip src/ jenv.bat java.bat"
run: "zip -r JEnv.zip src/ jenv.bat java.bat"

- name: "Create Release"
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: release.zip
files: JEnv.zip

0 comments on commit 6de2ce4

Please sign in to comment.