Skip to content

Commit

Permalink
rename artifacts in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
cxreiff committed Jul 26, 2024
1 parent fe6109c commit 26aa65d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 26aa65d

Please sign in to comment.