Skip to content

Commit

Permalink
suka
Browse files Browse the repository at this point in the history
  • Loading branch information
nedorazrab0 authored Nov 3, 2024
1 parent f440d9d commit 8eaf8d5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
- name: Writing the variables
run: cat ./module.prop | tee -a "$GITHUB_ENV"
- name: Compressing
run: |
zip -rv9 ./abootloop.zip ./* -x ./.git ./.github ./README.md \
./update.json ./changelog.md
run: zip -rv9 ./abootloop.zip ./* -x ./.git ./.github ./README.md ./update.json ./changelog.md
- name: Releasing
env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 8eaf8d5

Please sign in to comment.