diff --git a/.github/workflows/publish-artifact.yml b/.github/workflows/publish-artifact.yml index aa7a911..1f06098 100644 --- a/.github/workflows/publish-artifact.yml +++ b/.github/workflows/publish-artifact.yml @@ -1,4 +1,4 @@ -name: Publish artifact +name: Publish Artifact on: pull_request: @@ -7,13 +7,17 @@ on: jobs: build: - runs-on: ubuntu-latest steps: - - name: Publish artifact - uses: actions/upload-artifact@v2 - with: - name: pioneer-uploader.exe - path: dist - \ No newline at end of file + - name: Set up Node.js + uses: actions/setup-node@v2 + with: + node-version: 16 + + - name: Publish artifact + uses: actions/upload-artifact@v2 + with: + name: pioneer-uploader + path: dist + if-no-files-found: error \ No newline at end of file diff --git a/dist/pioneer-uploader.exe b/dist/pioneer-uploader.exe new file mode 100644 index 0000000..300478b Binary files /dev/null and b/dist/pioneer-uploader.exe differ