Skip to content

Commit

Permalink
Release v0.1.2 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai authored Nov 19, 2023
1 parent 0d42c6c commit 2ef43ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,13 @@ jobs:
echo "cargo dist plan ran successfully"
cat dist-manifest.json
echo "manifest=$(jq -c "." dist-manifest.json)" >> "$GITHUB_OUTPUT"
- name: "Upload dist-manifest.json"
uses: actions/upload-artifact@v3
with:
name: artifacts
path: dist-manifest.json
# Added: `dpedal_flash/` as its written to a different path now
path: dpedal_flash/dist-manifest.json

# Build and packages all the platform-specific things
upload-local-artifacts:
Expand Down Expand Up @@ -139,9 +141,10 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: artifacts
# Added: `dpedal_flash/` as its written to a different path now
path: |
${{ steps.cargo-dist.outputs.paths }}
${{ env.BUILD_MANIFEST_NAME }}
dpedal_flash/${{ env.BUILD_MANIFEST_NAME }}
should-publish:
needs:
Expand Down
2 changes: 1 addition & 1 deletion dpedal_flash/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dpedal_flash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dpedalflash"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
repository = "https://github.com/rukai/DPedal"

Expand Down

0 comments on commit 2ef43ee

Please sign in to comment.