Skip to content

Commit

Permalink
Remove artifacts building
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Nov 7, 2023
1 parent 7739195 commit 2ff6be7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,3 @@ jobs:
MIRROR_USER: ${{ secrets.MIRROR_USER }}
run: |
sftp -i $HOME/.ssh/id_rsa $MIRROR_USER@$MIRROR_IP:/var/www/html/anki-decks <<< $'put -r build/*.zip'
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: flashcards
path: |
*_cards.tar.gz

0 comments on commit 2ff6be7

Please sign in to comment.