Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
keplerHaloxx committed Nov 26, 2024
1 parent 3a184c3 commit a940eb4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 96 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ jobs:
- name: GitHub Checkout
uses: actions/checkout@v4

- name: Print Current Directory
run: |
echo "Current Directory:"
pwd
echo "Files in Current Directory:"
ls -la
- name: Setup PNPM
uses: pnpm/action-setup@v4
with:
Expand All @@ -49,12 +42,6 @@ jobs:
- name: Bundle Luau
run: pnpm run action-pnpm-bundle

- name: Print Files in 'dist' Directory
continue-on-error: true
run: |
echo "Files in 'dist' Directory:"
ls -la dist
- name: Upload Release Assets
uses: softprops/action-gh-release@v2
with:
Expand Down
83 changes: 0 additions & 83 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit a940eb4

Please sign in to comment.