Skip to content

Commit 3ae11ea

Browse files
committed
CI: deploy from the right directory.
1 parent 436b585 commit 3ae11ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ jobs:
4949
name: Publish artifact to https://amaranth-lang.org/play/
5050
run: |
5151
set -o pipefail
52+
cd dist/
5253
tar c * | zstd -T0 -1 | curl https://amaranth-lang.org/play/ -X PUT -H "Authorization: Pages ${{ secrets.GREBEDOC_TOKEN }}" -H "Content-Type: application/x-tar+zstd" -T -

0 commit comments

Comments
 (0)