Skip to content

Commit

Permalink
build: 2.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed Aug 15, 2024
1 parent b2de256 commit 9f8549b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,9 @@ jobs:

- name: Compress subdirectories
run: |
for dir in */; do
base=$(basename "$dir")
zip -r "$base.zip" "$dir"/*
done
ls
zip -r NapCat.Framework.zip ./NapCat.Framework/*
zip -r NapCat.Shell.zip ./NapCat.Shell/*
- name: Extract version from tag
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
Expand Down

0 comments on commit 9f8549b

Please sign in to comment.