Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
propi committed Nov 21, 2024
1 parent 2e8ed7a commit 55a0fe4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pack-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ sed -i -e "s/(\.js|\.css)/\0?v=$VERSION/g" ./build-release/webapp/index.html
cd build-release || exit
zip -r "../rdfrules-$VERSION.zip" *
cd ..
rm -R build-release
rm -R build-release

echo "VERSION=$VERSION" >> "$GITHUB_OUTPUT"

0 comments on commit 55a0fe4

Please sign in to comment.