Skip to content

Commit

Permalink
Fix upload-artifact release step
Browse files Browse the repository at this point in the history
  • Loading branch information
devSparkle committed Dec 19, 2023
1 parent a1e0eea commit 8a20a84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- name: Upload
uses: actions/upload-artifact@v4
with:
path: "SentrySDK.rbxm"
path: "*.rbxm"
if-no-files-found: error

- name: Set Manifest
id: set_manifest
Expand Down
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-rc1"
version = "1.2.0-rc2"
license = "BSD-2-Clause"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
Expand Down

0 comments on commit 8a20a84

Please sign in to comment.