Skip to content

Commit

Permalink
Don't ship web code
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsturgeon committed Aug 29, 2024
1 parent e2f8ed2 commit c3a2e37
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/moonscript_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ jobs:
- name: Build Lua
run: moonc -t lua moon/*

- name: Remove moon
run: rm -rf moon

- name: Remove github dir
run: rm -rf .github
- name: Remove extra dirs
run: rm -rf moon web .github

- name: Create VERSION file
run: versionStr=${{ github.ref }};echo -e v${versionStr#*v} > VERSION
Expand Down

0 comments on commit c3a2e37

Please sign in to comment.