Skip to content

Commit

Permalink
action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed Aug 15, 2024
1 parent 9f8549b commit e12c72a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ jobs:
- name: Compress subdirectories
run: |
ls
zip -r NapCat.Framework.zip ./NapCat.Framework/*
zip -r NapCat.Shell.zip ./NapCat.Shell/*
zip -r NapCat.Framework.zip ./NapCat.Framework/NapCat.Framework/*
zip -r NapCat.Shell.zip ./NapCat.Shell/NapCat.Shell/*
- name: Extract version from tag
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
Expand Down

0 comments on commit e12c72a

Please sign in to comment.