Skip to content

Commit

Permalink
debug pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
GodPepe7 committed Jul 21, 2024
1 parent bec51ed commit 0eb46a9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
name: 'Tagged Release'
runs-on: 'ubuntu-latest'
steps:
- name: Checkout
- name: 'Checkout'
uses: actions/checkout@v4

- name: Setup Node
- name: 'Setup Node'
uses: actions/setup-node@v4
with:
node-version: 20
Expand All @@ -24,12 +24,15 @@ jobs:
npm ci
npm run build
sudo apt-get install -y zip
ls -l
zip -r asb-auto-subs dist css imgs manifest.json
- name: 'Debug'
run: |
ls
- uses: 'marvinpinto/action-automatic-releases@latest'
with:
repo_token: '${{ secrets.GITHUB_TOKEN }}'
prerelease: false
files: |
*.zip
*.zip

0 comments on commit 0eb46a9

Please sign in to comment.