Skip to content

Commit

Permalink
fix release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dig1t committed Jan 29, 2025
1 parent 89469c5 commit bc08abc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,16 +119,3 @@ jobs:
mkdir -p ~/.wally
printf "[tokens]\n\"https://api.wally.run/\" = \"%s\"" "$WALLY_TOKEN" >> ~/.wally/auth.toml
wally publish
- name: Build package place file
run: rojo build -o ${{ github.event.repository.name }}.rbxl build.project.json

- name: Upload Roblox level file to release
uses: actions/upload-release-asset@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.createRelease.outputs.upload_url }}
asset_path: ${{ github.event.repository.name }}.rbxl
asset_name: ${{ github.event.repository.name }}.rbxl
asset_content_type: application/octet-stream
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.1.1

0 comments on commit bc08abc

Please sign in to comment.