From 9a25fe06e6e97993d4803651c2dc40c4fe5049df Mon Sep 17 00:00:00 2001 From: bpcreech <35012922+bpcreech@users.noreply.github.com> Date: Sun, 4 Feb 2024 17:41:32 -0500 Subject: [PATCH] try artifacts again --- .github/workflows/build.yaml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5b6baf9..de0c563 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -22,22 +22,22 @@ jobs: - run: npm install - run: npm run build - - name: Create Release - uses: rymndhng/release-on-push-action@master - with: - bump_version_scheme: minor - use-github-release-notes: true - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - uses: AButler/upload-release-assets@v3.0 - with: - files: "dist/*" - repo-token: ${{ secrets.GITHUB_TOKEN }} - release-tag: ${{ github.ref_name }} + # - name: Create Release + # uses: rymndhng/release-on-push-action@master + # with: + # bump_version_scheme: minor + # use-github-release-notes: true + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # - name: Upload artifacts - # uses: actions/upload-artifact@v4 + # - uses: AButler/upload-release-assets@v3.0 # with: - # name: production-files - # path: ./dist + # files: "dist/*" + # repo-token: ${{ secrets.GITHUB_TOKEN }} + # release-tag: ${{ github.ref_name }} + + - name: Upload artifacts + uses: actions/upload-artifact@v4 + with: + name: production-files + path: ./dist