Skip to content

Commit

Permalink
release action spacesprotocol#12
Browse files Browse the repository at this point in the history
  • Loading branch information
randomlogin committed Oct 22, 2024
1 parent 3f1e1cd commit de413ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
id: get_tag
run: |
echo "TAG=${GITHUB_REF##*/}" >> $GITHUB_ENV
ls -a
ls target
ls release
- name: Get architecture
id: arch
Expand All @@ -43,10 +40,13 @@ jobs:
- name: Create release archive
run: |
mkdir -p release
ls -a
ls target
ARCH="${{ steps.arch.outputs.arch }}"
echo $ARCH
cp target/release/spaced release/spaced-${{ env.TAG }}
cp target/release/space-cli release/space-cli-${{ env.TAG }}
ls release
# tar -czvf release-${{ env.TAG }}.tar.gz release/
- name: Create GitHub Release
Expand Down

0 comments on commit de413ef

Please sign in to comment.