diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 81147be..694455b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,11 +12,12 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Set up Node.js - uses: actions/setup-node@v3 + - name: Setup Node.js environment + uses: actions/setup-node@v4.0.3 with: - node-version: 16 - + # Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0. + node-version: '14' + - name: Install dependencies run: npm ci @@ -31,7 +32,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - files: ./dist/*.exe + files: .\out\make/*.exe tag_name: v${{ github.run_number }} release_name: Release ${{ github.run_number }} body: |