Skip to content

Commit

Permalink
build: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
frugan-dev committed Jun 18, 2024
1 parent d109e0d commit c0e0ff0
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,15 @@ jobs:
- name: Run Makefile 'deploy' task
if: startsWith(github.ref, 'refs/tags/v') && github.ref_type == 'tag' && ${{ env.IS_LAST_JOB }}
run: |
make deploy \
MODE=production \
PLUGIN_NAME=${{ github.event.repository.name }} \
PLUGIN_VERSION=${{ github.ref_name }}
echo ${{ github.ref }}
echo ${{ github.ref_type }}
- name: Save artifact
if: startsWith(github.ref, 'refs/tags/v') && github.ref_type == 'tag' && ${{ env.IS_LAST_JOB }}
uses: actions/upload-artifact@v4
with:
name: build-output
path: dist/${{ github.event.repository.name }}-${{ github.ref_name }}.zip
#- name: Save artifact
# if: startsWith(github.ref, 'refs/tags/v') && github.ref_type == 'tag' && ${{ env.IS_LAST_JOB }}
# uses: actions/upload-artifact@v4
# with:
# name: build-output
# path: dist/${{ github.event.repository.name }}-${{ github.ref_name }}.zip

- name: Run Makefile 'down' task
run: make down

0 comments on commit c0e0ff0

Please sign in to comment.