Skip to content

Commit

Permalink
Fix dispatcher.ini generation (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
awnion authored Sep 20, 2023
1 parent 2ce67be commit ca3065d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@ jobs:
- name: Make archive
run: |
chmod +x ${{ matrix.result }}/*
printf "%s\n" ${{ matrix.result }}/git-remote-gosh_* | sort -rV | tee '${{ matrix.result }}/dispatcher.ini'
tar -czvf ${{ matrix.result }}.tar.gz -C ${{ matrix.result }} .
cd ${{ matrix.result }}
printf "%s\n" git-remote-gosh_* | sort -rV | tee dispatcher.ini
tar -czvf ../${{ matrix.result }}.tar.gz .
- name: Upload Draft
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit ca3065d

Please sign in to comment.