Skip to content

Commit a9e1a11

Browse files
committed
Get github actions to work
1 parent 21efa38 commit a9e1a11

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
runs-on: "ubuntu-latest"
1212
steps:
1313
- name: "Zip files"
14-
run: "zip release.zip src/ jenv.bat java.bat"
14+
uses: actions/checkout@v1
15+
run: "zip -r release.zip src/ jenv.bat java.bat"
16+
1517
- name: "Create Release"
1618
uses: "marvinpinto/action-automatic-releases@latest"
1719
with:

0 commit comments

Comments
 (0)