Skip to content

Commit

Permalink
Fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 committed Mar 15, 2023
1 parent f22415b commit 5e271d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Get the version
id: tagName
run: |
VERSION=$(cargo pkgid | cut -d# -f2)
VERSION=$(cargo pkgid | cut -d@ -f2)
echo "tag=$VERSION" >> $GITHUB_OUTPUT
- name: Build package
Expand All @@ -57,5 +57,5 @@ jobs:
name: v${{ steps.tagName.outputs.tag }}
files: |
sifis-dht-${{ steps.tagName.outputs.tag }}-x86_64-unknown-linux-musl.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5e271d4

Please sign in to comment.