Skip to content

Commit

Permalink
changes in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarik Dedić committed Aug 20, 2024
1 parent 8d412fd commit 1a534c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
- name: Build project
run: npm run build

- name: upload artifact
uses: actions/upload-artifact@v3
with:
name: angular-build
path: "./dist/"

deploy:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1a534c2

Please sign in to comment.