Skip to content

Commit

Permalink
ci(release): fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
virtual-designer committed Oct 30, 2023
1 parent cf5f87f commit 0a49aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: "Package the built files"
run: |
mv build sudobot;
tar -cvzf sudobot-prebuilt.tar.gz sudobot
tar -cvzf sudobot-release.tar.gz sudobot
- name: Upload Release Artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 0a49aaa

Please sign in to comment.