diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9fb5e82..7381e24 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -108,8 +108,8 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} ref: refs/tags/${{ env.VERSION }} - - name: test ls - run: ls + - name: rename artifact + run: mv "${{ env.PACKAGE_NAME }}-${{ matrix.target }}.zip" "${{ env.PACKAGE_NAME }}-${{ matrix.name }}.zip" - name: upload artifact uses: actions/upload-artifact@v4 diff --git a/Cargo.toml b/Cargo.toml index b871cd6..90d2add 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lifecycler" -version = "0.1.5" +version = "0.1.6" edition = "2021" license = "MIT OR Apache-2.0 OR CC0-1.0"