Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ jobs:
run: |
EXT=""
if [ "$GOOS" = "windows" ]; then EXT=".exe"; fi
go build -trimpath -o "linksmith${EXT}" ./cmd/linksmith
go build -trimpath -o "linksmith${EXT}" ./cmd/linksmith
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ jobs:
with:
files: |
dist/*.tar.gz
dist/checksums.txt
dist/checksums.txt
4 changes: 2 additions & 2 deletions .github/workflows/tag-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
else
VERSION="0.0.0"
fi
echo "version=$VERSION" >> $GITHUB_OUTPUT
echo "version=${VERSION}" >> $GITHUB_OUTPUT
echo "Version: $VERSION"

- name: Check if tag exists
Expand Down Expand Up @@ -63,4 +63,4 @@ jobs:
repo: context.repo.repo,
workflow_id: 'release.yaml',
ref: 'v${{ steps.version.outputs.version }}'
})
})
Loading
Loading