Skip to content

Commit

Permalink
GA: hardcode files
Browse files Browse the repository at this point in the history
  • Loading branch information
petrgazarov committed Oct 9, 2023
1 parent c3096a1 commit bc27e4c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@ jobs:
- name: Prepare list of files
id: prepare-files
run: |
FILES=$(ls salami-* | tr '\n' ',' | sed 's/,$//')
FILES="salami-darwin-amd64
salami-darwin-arm64
salami-linux-amd64
salami-linux-arm64"
echo "files={$FILES}" >> $GITHUB_OUTPUT
echo "Debug: files={$FILES}"
- name: Create release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit bc27e4c

Please sign in to comment.