diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 567e2ac..c6fa667 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,12 +34,12 @@ jobs: - name: Create Artifact run: | mkdir -p dist - echo "This is a generated artifact for ${{ matrix.os }}" > dist/cover-agent-${{ matrix.os }}.txt + echo "This is a generated artifact for ${{ matrix.os }}" > dist/cover-agent.txt - name: Upload Artifact uses: actions/upload-artifact@v2 with: name: cover-agent-${{ matrix.os }} - path: dist/cover-agent-${{ matrix.os }}.txt + path: dist/cover-agent.txt release: needs: [build, changes] @@ -78,7 +78,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: dist/ubuntu-latest/cover-agent-ubuntu-latest.txt + asset_path: dist/ubuntu-latest/cover-agent.txt asset_name: cover-agent-ubuntu.txt asset_content_type: text/plain - name: Upload Release Asset (Windows) @@ -87,7 +87,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: dist/windows-latest/cover-agent-windows-latest.txt + asset_path: dist/windows-latest/cover-agent.txt asset_name: cover-agent-windows.txt asset_content_type: text/plain - name: Upload Release Asset (macOS) @@ -96,6 +96,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: dist/macos-latest/cover-agent-macos-latest.txt + asset_path: dist/macos-latest/cover-agent.txt asset_name: cover-agent-macos.txt asset_content_type: text/plain diff --git a/version.txt b/version.txt index 6812f81..05b19b1 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.0.3 \ No newline at end of file +0.0.4 \ No newline at end of file