Skip to content

Commit

Permalink
github: remove debugging commands
Browse files Browse the repository at this point in the history
  • Loading branch information
benburkert committed Apr 14, 2024
1 parent 7ad6643 commit 6ac7a3d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets._GITHUB_TOKEN }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

release:
runs-on: ubuntu-latest
needs: prepare
Expand Down Expand Up @@ -121,17 +120,13 @@ jobs:
run: |
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
echo "RELEASE_VERSION=${GITHUB_REF:11}" >> $GITHUB_ENV
echo "RELEASE_VERSION=${GITHUB_REF:11}"
- uses: actions/cache@v4
with:
path: cmd/anchor/dist/windows
key: windows-${{ env.sha_short }}
enableCrossOsArchive: true
- shell: bash
run: |
pwd
ls -l
find ./cmd/anchor
cp cmd/anchor/dist/windows/anchor.${{ env.RELEASE_VERSION }}.nupkg ./
- shell: pwsh
Expand Down

0 comments on commit 6ac7a3d

Please sign in to comment.