Skip to content

Commit

Permalink
try to fix path issues
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Oct 13, 2024
1 parent 56ee34b commit f6cdce3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@ jobs:
uses: actions/download-artifact@v4
with:
github-token: ${{ secrets.GH_PAT }}
- name: debug
run: ls -laR ${{ github.workspace }}
- name: Unzip artifact to current workdir
run: unzip Edirom-Online/*.zip -d .
run: unzip ${{ github.workspace }}/Edirom-Online/*.zip -d .
- name: Create Docker container
run: |
docker create --rm --name edirom-online -p 8080:8080 stadlerpeter/existdb:6
Expand Down

0 comments on commit f6cdce3

Please sign in to comment.