Skip to content

Commit

Permalink
Remove the build on release once this is done on check
Browse files Browse the repository at this point in the history
- building two times in the same run result into conflicts in
  Github action.
  • Loading branch information
gabrielcocenza committed Sep 24, 2024
1 parent 4c2c77f commit 5a6c935
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Complete git history is required to generate the version from git tags.
- uses: canonical/action-build@v1
id: build
- name: Determine system architecture
run: echo "SYSTEM_ARCH=$(uname -m)" >> $GITHUB_ENV
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 5a6c935

Please sign in to comment.