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

Commit

Permalink
ci: fix incorrect manifest file path
Browse files Browse the repository at this point in the history
  • Loading branch information
FlysoftBeta committed Jul 14, 2023
1 parent ec31065 commit cf841a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
mkdir upload
pushd dist
zip -r9 ../upload/$(node --eval 'console.log(require("./publish/qqntim.json").id)').zip .
zip -r9 ../upload/$(node --eval 'console.log(require("../publish/qqntim.json").id)').zip .
popd
- name: Upload artifact
Expand Down

0 comments on commit cf841a1

Please sign in to comment.