Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from sliverarmory/fix/action
Browse files Browse the repository at this point in the history
Create build dir
  • Loading branch information
lesnuages authored Sep 7, 2023
2 parents 3ed6e12 + e178427 commit 58bb9b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
runCmd: |
nimble -y release
mkdir -p build
cp extension.json build/
cd build
tar -czvf ../azbelt.tar.gz .
Expand Down

0 comments on commit 58bb9b4

Please sign in to comment.