Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
workflows: use home dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 authored Aug 17, 2022
1 parent a420190 commit ac63ede
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
uses: Homebrew/actions/setup-homebrew@master
- name: Build bottles
run: |
mkdir /tmp/bottles
cd /tmp/bottles
mkdir ~/bottles
cd ~/bottles
brew test-bot
- name: Upload bottles
if: always()
uses: actions/upload-artifact@v3
with:
name: bottles
path: /tmp/bottles
path: ~/bottles
if-no-files-found: error

0 comments on commit ac63ede

Please sign in to comment.