Skip to content

Commit

Permalink
Fix artifact glob path
Browse files Browse the repository at this point in the history
  • Loading branch information
devSparkle committed Dec 19, 2023
1 parent df463b3 commit a73c974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ jobs:
with:
tag: v${{ needs.build.outputs.version }}
commit: ${{ github.head_ref || github.ref_name }}
artifacts: "*.rbxm"
artifacts: "**/*.rbxm"
prerelease: ${{ contains(needs.build.outputs.version, '-') }}
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "devsparkle/sentry-roblox"
description = "An unofficial Roblox SDK for Sentry.io"
version = "1.2.0-rc3"
version = "1.2.0-rc4"
license = "BSD-2-Clause"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
Expand Down

0 comments on commit a73c974

Please sign in to comment.