Skip to content

Commit 02609cf

Browse files
authored
Merge pull request #3 from oasisprotocol/mz/fix
Align GitHub workflows with vite outDir value
2 parents 485cad4 + 69186c1 commit 02609cf

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.changelog/3.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Align GitHub workflows with vite outDir value

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
uses: actions/upload-artifact@v4
4646
with:
4747
name: csv-exporter-${{ steps.vars.outputs.SHORT_SHA }}
48-
path: dist
48+
path: build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# Need to escape again
5050
VERSION: ${{ steps.vars.outputs.VERSION }}
5151
run: |
52-
cd dist/
52+
cd build/
5353
zip -r "../csv-exporter-$VERSION.zip" .
5454
- name: Parse CHANGELOG.md file and extract changes for the given version
5555
uses: buberdds/extract-changelog-action@v1

0 commit comments

Comments
 (0)