forked from Plemya-x/ALR
		
	ci: fix release workflow
This commit is contained in:
		| @@ -31,7 +31,7 @@ jobs: | |||||||
|           fetch-depth: 0 |           fetch-depth: 0 | ||||||
|  |  | ||||||
|       - name: Set up Go |       - name: Set up Go | ||||||
|         uses: https://github.com/actions/setup-go@v5 |         uses: actions/setup-go@v5 | ||||||
|         with: |         with: | ||||||
|           go-version: '1.24' |           go-version: '1.24' | ||||||
|  |  | ||||||
| @@ -62,7 +62,7 @@ jobs: | |||||||
|           tar -czvf alr-${{ env.VERSION }}-linux-x86_64.tar.gz -С out . |           tar -czvf alr-${{ env.VERSION }}-linux-x86_64.tar.gz -С out . | ||||||
|  |  | ||||||
|       - name: Release |       - name: Release | ||||||
|         uses: actions/gitea-release-action@v1 |         uses: akkuman/gitea-release-action@v1 | ||||||
|         with: |         with: | ||||||
|           body_path: changelog.txt |           body_path: changelog.txt | ||||||
|           files: |- |           files: |- | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user