Skip to content

Commit

Permalink
Output source code (test 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Codetoil committed Dec 31, 2024
1 parent ca0e9a2 commit 3df0ceb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
- name: Build Common (NPM)
run: npm run build
working-directory: ./modules/common
- run: mkdir modules/common/dist
- name: Create source out of source code
- name: Create source code tarbell
run: git archive -o modules/common/dist/source.tar.gz HEAD
- name: Upload Output
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3df0ceb

Please sign in to comment.