Skip to content

Commit

Permalink
remove list directory from actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian committed Jul 3, 2024
1 parent bb8a3dd commit 1cc221f
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
run: |
poetry run pyinstaller --name orion_linux --onefile --add-data "orion_cli/services/*.py:orion_cli/services" orion_cli/cli.py
- name: List directory contents
run: |
ls -R dist/orion_linux
- name: Upload Linux executable
uses: actions/upload-artifact@v2
with:
Expand Down Expand Up @@ -65,10 +61,6 @@ jobs:
run: |
poetry run pyinstaller --name orion_intel --onefile --add-data "orion_cli/services/*.py:orion_cli/services" orion_cli/cli.py
- name: List directory contents
run: |
ls -R dist/orion_intel
- name: Upload Intel macOS executable
uses: actions/upload-artifact@v2
with:
Expand Down Expand Up @@ -100,10 +92,6 @@ jobs:
run: |
poetry run pyinstaller --name orion_arm --onefile --add-data "orion_cli/services/*.py:orion_cli/services" orion_cli/cli.py
- name: List directory contents
run: |
ls -R dist/orion_arm
- name: Upload Apple Silicon macOS executable
uses: actions/upload-artifact@v2
with:
Expand Down Expand Up @@ -136,10 +124,6 @@ jobs:
name: orion_arm
path: ./release_artifacts/orion_arm

- name: List downloaded artifacts
run: |
ls -R ./release_artifacts
- name: Upload to GitHub Releases
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 1cc221f

Please sign in to comment.