We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0429b1 commit dd1d1b0Copy full SHA for dd1d1b0
1 file changed
.github/workflows/release-zip.yml
@@ -40,14 +40,12 @@ jobs:
40
- name: Build assets
41
run: pnpm run build
42
43
- - name: Create release archive
44
- run: |
45
- mkdir -p dist-artifacts
46
- pnpm run build
+ - name: ls command
+ run: ls -la
47
48
- name: Upload release asset
49
uses: softprops/action-gh-release@v2.5.0
50
with:
51
- files: dist-artifacts/logly-${{ github.event.release.tag_name }}.zip
+ files: logly-${{ github.event.release.tag_name }}.zip
52
tag_name: ${{ github.event.release.tag_name }}
53
token: ${{ github.token }}
0 commit comments