Skip to content

Commit

Permalink
fix: change content of zip fore easier rockshell pw:install command
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Sep 26, 2024
1 parent c5ade6c commit e732a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:

- name: Create zip archive
run: |
cd site/assets/backups/export-profile/site-rockfrontend
zip -r site-rockfrontend.zip .
cd site/assets/backups/export-profile
zip -r site-rockfrontend.zip site-rockfrontend
- name: Create Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit e732a98

Please sign in to comment.