chore: update github action deps [skip e2e]

This commit is contained in:
Aman Harwara
2025-01-09 23:21:16 +05:30
parent 26f40a2beb
commit d3b039619d
3 changed files with 9 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ jobs:
yarn web-ext sign --source-dir dist --api-key $WEB_EXT_API_KEY --api-secret $WEB_EXT_API_SECRET --channel=listed --use-submission-api yarn web-ext sign --source-dir dist --api-key $WEB_EXT_API_KEY --api-secret $WEB_EXT_API_SECRET --channel=listed --use-submission-api
mv web-ext-artifacts/*.xpi standard-notes-clipper-$PACKAGE_VERSION.firefox.xpi mv web-ext-artifacts/*.xpi standard-notes-clipper-$PACKAGE_VERSION.firefox.xpi
- name: Upload - name: Upload
uses: actions/upload-artifact@v3.0.0 uses: actions/upload-artifact@v4.0.0
with: with:
name: assets name: assets
path: | path: |
@@ -73,7 +73,7 @@ jobs:
- name: Export version from package.json - name: Export version from package.json
run: run:
echo "PACKAGE_VERSION=$(grep '"version"' ./package.json | cut -d '"' -f 4 | cut -d "-" -f 1)" >> $GITHUB_ENV echo "PACKAGE_VERSION=$(grep '"version"' ./package.json | cut -d '"' -f 4 | cut -d "-" -f 1)" >> $GITHUB_ENV
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v4
with: with:
name: assets name: assets
path: packages/clipper/artifacts path: packages/clipper/artifacts

View File

@@ -46,7 +46,7 @@ jobs:
run: yarn run electron-builder --mac --arm64 --publish=never --c.extraMetadata.version=${{ env.APP_VERSION }} run: yarn run electron-builder --mac --arm64 --publish=never --c.extraMetadata.version=${{ env.APP_VERSION }}
- name: Upload - name: Upload
uses: actions/upload-artifact@v3.0.0 uses: actions/upload-artifact@v4.0.0
with: with:
name: assets name: assets
path: | path: |
@@ -95,7 +95,7 @@ jobs:
run: yarn run electron-builder --linux --arm64 -c.linux.target=AppImage --publish=never --c.extraMetadata.version=${{ env.APP_VERSION }} run: yarn run electron-builder --linux --arm64 -c.linux.target=AppImage --publish=never --c.extraMetadata.version=${{ env.APP_VERSION }}
- name: Upload - name: Upload
uses: actions/upload-artifact@v3.0.0 uses: actions/upload-artifact@v4.0.0
with: with:
name: assets name: assets
path: | path: |
@@ -185,7 +185,7 @@ jobs:
yarn run electron-builder --linux --arm64 -c.linux.target=deb --publish=never --c.extraMetadata.version=${{ env.APP_VERSION }} yarn run electron-builder --linux --arm64 -c.linux.target=deb --publish=never --c.extraMetadata.version=${{ env.APP_VERSION }}
- name: Upload - name: Upload
uses: actions/upload-artifact@v3.0.0 uses: actions/upload-artifact@v4.0.0
with: with:
name: assets name: assets
path: | path: |
@@ -238,7 +238,7 @@ jobs:
run: review-tools.snap-review dist/standard-notes-${{ env.APP_VERSION }}-linux-amd64.snap run: review-tools.snap-review dist/standard-notes-${{ env.APP_VERSION }}-linux-amd64.snap
- name: Upload - name: Upload
uses: actions/upload-artifact@v3.0.0 uses: actions/upload-artifact@v4.0.0
with: with:
name: assets name: assets
path: | path: |
@@ -324,7 +324,7 @@ jobs:
run: yarn run electron-builder --windows --x64 --ia32 --publish=never --c.extraMetadata.version=$(node -p "require('./../web/package.json').version") run: yarn run electron-builder --windows --x64 --ia32 --publish=never --c.extraMetadata.version=$(node -p "require('./../web/package.json').version")
- name: Upload - name: Upload
uses: actions/upload-artifact@v3.0.0 uses: actions/upload-artifact@v4.0.0
with: with:
name: assets name: assets
path: | path: |
@@ -354,7 +354,7 @@ jobs:
- run: yarn install --immutable - run: yarn install --immutable
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v4
with: with:
name: assets name: assets
path: packages/desktop/dist path: packages/desktop/dist

View File

@@ -3,7 +3,7 @@
"version": "3.195.18", "version": "3.195.18",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"main": "dist/app.js", "main": "dist/app.js",
"author": "Standard Notes.", "author": "Standard Notes",
"private": true, "private": true,
"files": [ "files": [
"dist" "dist"