Skip to content

Commit

Permalink
➖ Exclude version from archive name
Browse files Browse the repository at this point in the history
This makes it easier for installer scripts to download Allay as they can make use of "latest" without knowing what the latest version is.
  • Loading branch information
phoenixr-codes authored Mar 29, 2024
1 parent d6eee62 commit 11f5a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
shell: bash
run: |
version="${{ needs.create-release.outputs.version }}"
echo "ARCHIVE=allay-$version-${{ matrix.target }}" >> $GITHUB_ENV
echo "ARCHIVE=allay-${{ matrix.target }}" >> $GITHUB_ENV
- name: Creating directory for archive
shell: bash
Expand Down

0 comments on commit 11f5a1c

Please sign in to comment.