Skip to content

Commit

Permalink
[GHA] Fix recursive parameter
Browse files Browse the repository at this point in the history
ci release
  • Loading branch information
RoiArthurB committed Apr 25, 2022
1 parent 45c0b9c commit b0ecbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
# Debian Family
mv Gama1.7-linux.gtk.x86_64.zip gama-platform_1.8.2-1_amd64.zip
mv Gama1.7-linux.gtk.x86_64_withJDK.zip gama-platform-jdk_1.8.2-1_amd64.zip
cd ${{ github.workspace }}/ummisco.gama.product/extraresources/installer/unix && zip -R ${{ github.workspace }}/extraresources-unix.zip . && cd -
cd ${{ github.workspace }}/ummisco.gama.product/extraresources/installer/unix && zip -r ${{ github.workspace }}/extraresources-unix.zip . && cd -
- uses: actions/upload-artifact@v2
if: env.CONTINUE == 'true'
Expand Down

0 comments on commit b0ecbf1

Please sign in to comment.