Skip to content

Commit

Permalink
Remove ls step:
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Dec 30, 2023
1 parent db58a5a commit 9b88ca0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,13 @@ jobs:
path: maven/*-bundle.jar
- name: Remove native/ folder
run: rm -rf native/
- name: Download Windows native bundle
- name: Download Windows native files
uses: actions/download-artifact@v4
if: always()
with:
name: native-windows
path: native/
- name: Show content
run: ls -R .
- name: Create native bundle
- name: Zip Windows native files
run: zip -r native-windows.zip native
- name: Stage GitHub release
if: ${{ inputs.publish_github }}
Expand Down

0 comments on commit 9b88ca0

Please sign in to comment.