diff --git a/.github/workflows/wasi-v86-linux.yml b/.github/workflows/wasi-v86-linux.yml index 2657772..21c43f9 100644 --- a/.github/workflows/wasi-v86-linux.yml +++ b/.github/workflows/wasi-v86-linux.yml @@ -68,7 +68,7 @@ jobs: - name: Remove File uses: JesseTG/rm@v1.0.3 with: - path: ttarget/${{ matrix.target }}/release/build + path: target/${{ matrix.target }}/release/build - name: Remove File uses: JesseTG/rm@v1.0.3 with: @@ -90,7 +90,7 @@ jobs: uses: thedoctor0/zip-release@main with: type: "tar" - filename: ${{github.workspace}}/v86-wasi.${{ matrix.os }}.${{ matrix.arch }}.tar.gz + filename: ../../../v86-wasi.${{ matrix.os }}.${{ matrix.arch }}.tar.gz directory: target/${{ matrix.target }}/release path: . - name: upload artifact @@ -99,4 +99,4 @@ jobs: GITHUB_TOKEN: ${{ github.token }} with: files: | - ${{github.workspace}}/v86-wasi.${{ matrix.os }}.${{ matrix.arch }}.tar.gz \ No newline at end of file + v86-wasi.${{ matrix.os }}.${{ matrix.arch }}.tar.gz \ No newline at end of file diff --git a/.github/workflows/wasi-v86-macos.yml b/.github/workflows/wasi-v86-macos.yml index c969206..945f7ab 100644 --- a/.github/workflows/wasi-v86-macos.yml +++ b/.github/workflows/wasi-v86-macos.yml @@ -48,7 +48,7 @@ jobs: - name: Remove File uses: JesseTG/rm@v1.0.3 with: - path: ttarget/${{ matrix.target }}/release/build + path: target/${{ matrix.target }}/release/build - name: Remove File uses: JesseTG/rm@v1.0.3 with: @@ -70,7 +70,7 @@ jobs: uses: thedoctor0/zip-release@main with: type: "tar" - filename: ${{github.workspace}}/v86-wasi.${{ matrix.os }}.${{ matrix.arch }}.tar.gz + filename: ../../../v86-wasi.${{ matrix.os }}.${{ matrix.arch }}.tar.gz directory: target/${{ matrix.target }}/release path: . - name: upload artifact @@ -79,4 +79,4 @@ jobs: GITHUB_TOKEN: ${{ github.token }} with: files: | - ${{github.workspace}}/v86-wasi.${{ matrix.os }}.${{ matrix.arch }}.tar.gz \ No newline at end of file + v86-wasi.${{ matrix.os }}.${{ matrix.arch }}.tar.gz \ No newline at end of file diff --git a/.github/workflows/wasi-v86-win.yml b/.github/workflows/wasi-v86-win.yml index ed1ef83..679e62f 100644 --- a/.github/workflows/wasi-v86-win.yml +++ b/.github/workflows/wasi-v86-win.yml @@ -45,7 +45,7 @@ jobs: - name: Remove File uses: JesseTG/rm@v1.0.3 with: - path: ttarget/${{ matrix.target }}/release/build + path: target/${{ matrix.target }}/release/build - name: Remove File uses: JesseTG/rm@v1.0.3 with: @@ -61,13 +61,13 @@ jobs: - name: move Archive run: | echo "test" - cp -r term target/release - cp -r arch target/release + cp -r term/ target/release + cp -r arch/ target/release - name: Archive Release uses: thedoctor0/zip-release@main with: type: "tar" - filename: ${{github.workspace}}/v86-wasi.${{ matrix.os }}.${{ matrix.arch }}.tar.gz + filename: ../../../v86-wasi.${{ matrix.os }}.${{ matrix.arch }}.tar.gz directory: target/${{ matrix.target }}/release path: . - name: upload artifact @@ -76,4 +76,4 @@ jobs: GITHUB_TOKEN: ${{ github.token }} with: files: | - ${{github.workspace}}/v86-wasi.${{ matrix.os }}.${{ matrix.arch }}.tar.gz \ No newline at end of file + v86-wasi.${{ matrix.os }}.${{ matrix.arch }}.tar.gz \ No newline at end of file