Skip to content

Commit

Permalink
πŸ’š Enter into packages directory
Browse files Browse the repository at this point in the history
  • Loading branch information
trickypr authored Apr 8, 2021
1 parent 626edb0 commit 542fc66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,14 @@ jobs:
- name: Download binaries
run: |
cd flatpak
cd packages/flatpak
node download.js
tar -xvf dot-87.0.tar.bz2
- uses: bilelmoussaoui/flatpak-github-actions@v2
with:
bundle: 'dot-nightly.flatpak'
manifest-path: './flatpak/co.dothq.browser.nightly.yml'
manifest-path: './packages/flatpak/co.dothq.browser.nightly.yml'

- name: Release
uses: dothq/tag-and-release-and-upload@master
Expand Down

0 comments on commit 542fc66

Please sign in to comment.