Skip to content

Commit

Permalink
Remove debugging from build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none committed Jan 11, 2024
1 parent dd3e07f commit 9fad413
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,8 @@ jobs:
uses: actions/download-artifact@v4
with:
name: RetakesPlugin-${{ github.sha }}

- name: whats going on
run: ls -l

- name: Zip RetakesPlugin directory
run: zip -r RetakesPlugin-${{ github.sha }}.zip ./RetakesPlugin

- name: whats going on 2.0
run: ls -l

- name: Get Release Info
id: get-release-info
run: |
Expand Down

0 comments on commit 9fad413

Please sign in to comment.