Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Starveldt committed Aug 7, 2024
1 parent 79a35dc commit f3def85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,23 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Publish Repo to Wally
shell: bash
env:
WALLY_AUTH: ${{ secrets.WALLY_AUTH }}
run: |
mkdir -p ~/.wally
echo "$WALLY_AUTH" > ~/.wally/auth.toml
cd src
wally publish
cd ..
env:
WALLY_AUTH: ${{ secrets.WALLY_AUTH }}
- name: Build and Publish to Roblox
shell: bash
run: rojo build main.project.json -o .lune/Weaver.rbxm
- name: Publish Module to Marketplace
shell: bash
env:
LUNE_AUTH: ${{ secrets.LUNE_AUTH }}
run: |
cd .lune
lune run build.luau
env:
LUNE_AUTH: ${{ secrets.LUNE_AUTH }}
- name: Get Version
id: get_version
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
Expand Down
Binary file modified assets/logo/LOGO512ROUND.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f3def85

Please sign in to comment.