Skip to content

Commit

Permalink
Fix workflow artifact unpacking (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
LastTalon committed Apr 25, 2024
1 parent 8dd8a60 commit 5dd44c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: build
path: build

- name: Rename Build
run: mv build/build.rbxm plasma.rbxm
Expand Down

0 comments on commit 5dd44c8

Please sign in to comment.