Skip to content

Commit

Permalink
ci: another try
Browse files Browse the repository at this point in the history
  • Loading branch information
stevana committed Oct 22, 2024
1 parent 77763dc commit 9322f9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,10 @@ jobs:
- name: Copy binaries
run: |
mkdir -p "${{ github.workspace }}/dist-newstyle/bin/"
mkdir -p "${{ github.workspace }}/bin"
cp "$(find ${{ github.workspace }}/dist-newstyle -name spex -type f -executable)" \
"$(find ${{ github.workspace }}/dist-newstyle -name spex-demo-petstore -type f -executable)" \
"${{ github.workspace }}/dist-newstyle/bin"
"${{ github.workspace }}/bin"
- name: Create new git tag, if merge to main and .cabal version is bumped
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand All @@ -209,7 +209,7 @@ jobs:
files: |
CHANGELOG.md
LICENSE
"${{ github.workspace }}/dist-newstyle/bin/*"
"${{ github.workspace }}/bin/*"
# - name: Create tarball
# run: cabal sdist
Expand Down

0 comments on commit 9322f9c

Please sign in to comment.