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

Commit

Permalink
ci: Don't store artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Jul 17, 2021
1 parent ebf51dc commit 0cd45dd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/userscript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ jobs:
- name: Build userscript
run: yarn userscript:release

- name: Store userscript
uses: actions/upload-artifact@v2
with:
name: userscript
path: packages/userscript/bundle/kitten-scientists.user.js

# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
Expand Down

0 comments on commit 0cd45dd

Please sign in to comment.