Skip to content

Commit

Permalink
Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adi-panda committed Jun 6, 2023
1 parent 1124ccd commit 7b624cf
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,18 @@ jobs:
build:
runs-on: windows-latest

strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm run build

- name: GitHub Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand All @@ -22,4 +33,4 @@ jobs:
SOURCE_BRANCH: ${{ steps.extract_names.outputs.SOURCE_BRANCH }}
SOURCE_TAG: ${{ steps.extract_names.outputs.SOURCE_TAG }}
with:
files: ./dist/AEBorderTools.jsx
files: ./dist/zxp/com.bolt.cep.zxp

0 comments on commit 7b624cf

Please sign in to comment.