You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zip -r --junk-paths neotron-common-hardware-release.zip docs/
40
-
- name: Upload Release
41
-
id: upload-release-asset
42
-
uses: actions/upload-release-asset@v1
49
+
zip -r --junk-paths neotron-common-hardware-gerbers-${SOURCE_TAG}.zip docs/gerbers/
50
+
- name: Upload files to Release
51
+
uses: softprops/action-gh-release@v1
52
+
with:
53
+
files: |
54
+
neotron-common-hardware-gerbers-*.zip
55
+
docs/*
43
56
env:
44
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
-
with:
46
-
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing its ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
0 commit comments