Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
ci: Troubleshoot
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Apr 27, 2022
1 parent 5173b19 commit bda6f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/userscript-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build userscript
run: yarn userscript:release

- run: ls -lha .
- run: ls -lha packages/userscript/bundle

- uses: marvinpinto/action-automatic-releases@latest
with:
Expand All @@ -39,4 +39,4 @@ jobs:
prerelease: true
title: "Development Build"
files: |
"packages/userscript/bundle/kitten-scientists.user.js"
packages/userscript/bundle/kitten-scientists.user.js

0 comments on commit bda6f36

Please sign in to comment.