Skip to content

Commit

Permalink
Merge pull request #44 from anno-mods/devel/update-packages
Browse files Browse the repository at this point in the history
bump dependencies
  • Loading branch information
jakobharder authored Dec 18, 2024
2 parents fcd0e5b + d5c3c3a commit 76d122f
Show file tree
Hide file tree
Showing 3 changed files with 2,175 additions and 489 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,23 @@ jobs:
node-version: '16'
- name: install dependencies
run: |
npm install vsce -g
npm install .
npm install . --include=dev
npm run download
- name: get package version
id: package-version
uses: Saionaro/[email protected]
- name: build extension
run: vsce package
# - name: build extension
# run: vsce package
- name: build command line tool
run: npm run buildmod:pack
- name: test
run: npm run test
- name: upload extension
uses: actions/upload-artifact@v4
with:
name: anno-modding-tools-${{ steps.package-version.outputs.version }}
path: anno-modding-tools-${{ steps.package-version.outputs.version }}.vsix
if-no-files-found: error
# - name: test
# run: npm run test
# - name: upload extension
# uses: actions/upload-artifact@v4
# with:
# name: anno-modding-tools-${{ steps.package-version.outputs.version }}
# path: anno-modding-tools-${{ steps.package-version.outputs.version }}.vsix
# if-no-files-found: error
- name: upload command line tool
uses: actions/upload-artifact@v4
with:
Expand All @@ -54,5 +53,5 @@ jobs:
Download via [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=JakobHarder.anno-modding-tools) or in VS Code in the extension tab directly.
files: |
anno-modding-tools-${{ steps.package-version.outputs.version }}.vsix
anno-modding-tools-${{ steps.package-version.outputs.version }}.tgz
# anno-modding-tools-${{ steps.package-version.outputs.version }}.vsix
Loading

0 comments on commit 76d122f

Please sign in to comment.