Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gandem committed Jun 28, 2024
1 parent cc18b34 commit 4372ccc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ jobs:
uses: actions/download-artifact@v4
- name: Create assets
run: |
tar czf otel-profiling-agent-${RELEASE_VERSION}-aarch64.tar.gz -C agent-aarch64 .
tar czf otel-profiling-agent-${RELEASE_VERSION}-x86_64.tar.gz -C agent-x86_64 .
tar czf otel-profiling-agent-${VERSION}-aarch64.tar.gz -C agent-aarch64 .
tar czf otel-profiling-agent-${VERSION}-x86_64.tar.gz -C agent-x86_64 .
- name: Create or move previous dev tag
continue-on-error: true
uses: actions/github-script@v7
Expand All @@ -286,7 +286,7 @@ jobs:
- name: Create pre-release
uses: ncipollo/release-action@v1
with:
artifacts: "otel-profiling-agent-dev-*.tar.gz"
artifacts: otel-profiling-agent-${{ env.VERSION }}-*.tar.gz
allowUpdates: true
removeArtifacts: true
omitBody: true
Expand Down

0 comments on commit 4372ccc

Please sign in to comment.