Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amirwolf5122 committed Oct 16, 2023
1 parent d476b44 commit 6c81c2d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Zip
run: |
echo "Zipping project..."
cd my-project/dist
cd reapi
zip -r my-project.zip .
- name: Release
Expand All @@ -31,12 +31,7 @@ jobs:
release_name: Release ${{ github.ref }}
body: |
This is a release of my-project.
artifacts:
- name: my-project.zip
path: my-project.zip

- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: my-project.zip
path: my-project.zip

0 comments on commit 6c81c2d

Please sign in to comment.