Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirherobrine23 authored Sep 23, 2022
1 parent 3001928 commit af27160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: npm ci

- name: Build
run: node index.mjs . latest
run: node . latest

- name: Release
uses: softprops/action-gh-release@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/old.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

- name: Build ${{ matrix.version }}
continue-on-error: true
run: node index.mjs . "${{ matrix.version }}"
run: node . "${{ matrix.version }}"

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit af27160

Please sign in to comment.