Skip to content

Commit

Permalink
fixed pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Nov 27, 2024
1 parent 73f7821 commit 155e83b
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
TAG: ${{ github.ref_name }}
run: |
TAG_VERSION=${TAG##ccdscan-backend/}
EXPECTED=$(yq .package.version Cargo.toml)
EXPECTED=$(yq .package.version backend-rust/Cargo.toml)
EXTRACTED="$TAG_VERSION"
if [ ! "$EXPECTED" = "$EXTRACTED" ] ; then
echo "::error::$EXPECTED does not match $EXTRACTED."
Expand Down
5 changes: 5 additions & 0 deletions backend-rust/.idea/.gitignore

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

11 changes: 11 additions & 0 deletions backend-rust/.idea/backend-rust.iml

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

13 changes: 13 additions & 0 deletions backend-rust/.idea/inspectionProfiles/Project_Default.xml

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

8 changes: 8 additions & 0 deletions backend-rust/.idea/modules.xml

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

9 changes: 9 additions & 0 deletions backend-rust/.idea/vcs.xml

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

2 changes: 1 addition & 1 deletion backend-rust/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 backend-rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concordium-scan"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "CCDScan: Indexer and API for the Concordium blockchain"
authors = ["Concordium <[email protected]>"]
Expand Down

0 comments on commit 155e83b

Please sign in to comment.