Skip to content

Commit

Permalink
Merge pull request #2 from concordia-fsae/user/rl/development
Browse files Browse the repository at this point in the history
fix release action to actually upload the build
  • Loading branch information
rickyelopez authored May 14, 2024
2 parents a2e4561 + de60fd5 commit 2273544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
prerelease: true
title: "Development Build"
files: |
${{ steps.create-artifact-archive.archive_name }}
${{ steps.create-artifact-archive.outputs.archive_name }}
CHECKSUM
# make a real release if there's a tag
- if: ${{ startsWith(github.ref, 'refs/tags/v') }}
Expand All @@ -41,5 +41,5 @@ jobs:
prerelease: false
title: "Release ${{ github.ref_name }}"
files: |
${{ steps.create-artifact-archive.archive_name }}
${{ steps.create-artifact-archive.outputs.archive_name }}
CHECKSUM

0 comments on commit 2273544

Please sign in to comment.