Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Jan 11, 2025
1 parent 2ac3a97 commit 813ea33
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,10 @@ jobs:
uses: actions/download-artifact@v4
with:
path: artifacts


- name: Display structure of downloaded files
run: ls -R artifacts

- name: Prepare upload
run: |
LINUX_PKG_NAME=$(echo artifacts/PharoLauncher-linux-${{ needs.build.outputs.launcherVersion }}-*)
Expand All @@ -247,6 +250,9 @@ jobs:
zip -q -r -9 $WINDOWS_PKG_NAME.zip $WINDOWS_PKG_NAME
ls -R .
- name: Display structure of downloaded files
run: ls -R artifacts

- name: Create Release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 813ea33

Please sign in to comment.