We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 485cad4 + 69186c1 commit 02609cfCopy full SHA for 02609cf
.changelog/3.internal.md
@@ -0,0 +1 @@
1
+Align GitHub workflows with vite outDir value
.github/workflows/ci-build.yml
@@ -45,4 +45,4 @@ jobs:
45
uses: actions/upload-artifact@v4
46
with:
47
name: csv-exporter-${{ steps.vars.outputs.SHORT_SHA }}
48
- path: dist
+ path: build
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
# Need to escape again
50
VERSION: ${{ steps.vars.outputs.VERSION }}
51
run: |
52
- cd dist/
+ cd build/
53
zip -r "../csv-exporter-$VERSION.zip" .
54
- name: Parse CHANGELOG.md file and extract changes for the given version
55
uses: buberdds/extract-changelog-action@v1
0 commit comments