Skip to content

Commit

Permalink
fix(ci): release
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone committed Feb 18, 2023
1 parent 9bb248d commit 4d96125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: sed -i -e "s/0\.1\.0/${{ steps.tag.outputs.tag }}/" src/info.json

- name: Package plugin
run: zip -j -r release/rapidapi-deepl-translator-${{ steps.tag.outputs.tag }}.bobplugin ./src/*
run: mkdir release && zip -j -r release/rapidapi-deepl-translator-${{ steps.tag.outputs.tag }}.bobplugin ./src/*

- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 4d96125

Please sign in to comment.