File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ jobs:
4141 make clean && \
4242 CGO_ENABLED=1 GOOS=windows CC=/usr/bin/x86_64-w64-mingw32-gcc make && \
4343 mv build/server build/server.exe && \
44- zip -vr authorizer-${VERSION}-windows-amd64.zip .env app build templates
44+ zip -vr authorizer-${VERSION}-windows-amd64.zip .env app/build build templates
4545 - name : Package files for linux
4646 run : |
4747 make clean && \
4848 CGO_ENABLED=1 make && \
49- tar cvfz authorizer-${VERSION}-linux-amd64.tar.gz .env app build templates
49+ tar cvfz authorizer-${VERSION}-linux-amd64.tar.gz .env app/build build templates
5050 - name : Upload assets
5151 run : |
5252 github-assets-uploader -f authorizer-${VERSION}-windows-amd64.zip -mediatype application/zip -repo authorizerdev/authorizer -token ${{secrets.RELEASE_TOKEN}} -tag ${VERSION} && \
You can’t perform that action at this time.
0 commit comments