Skip to content

Commit

Permalink
Merge pull request #224 from NIAEFEUP/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
toni-santos authored Nov 29, 2024
2 parents f63b9ee + e67c7f9 commit 2aad719
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn release
run: yarn build
- name: Upload chrome artifact
uses: actions/upload-artifact@v4
with:
path: bundle/chrome
path: dist/chrome
name: chrome
- name: Upload firefox artifact
uses: actions/upload-artifact@v4
with:
path: bundle/firefox
path: dist/firefox
name: firefox
- name: Upload safari artifact
uses: actions/upload-artifact@v4
with:
path: bundle/safari
name: safari
# - name: Upload safari artifact
# uses: actions/upload-artifact@v4
# with:
# path: bundle/safari
# name: safari

chrome:
name: Deploy to Chrome
Expand Down

0 comments on commit 2aad719

Please sign in to comment.