Explorar o código

Update macos.yml

Ray %!s(int64=5) %!d(string=hai) anos
pai
achega
5427e08c18
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/macos.yml

+ 1 - 1
.github/workflows/macos.yml

@@ -36,7 +36,7 @@ jobs:
       run: |
         cp -v ./src/raylib.h ./build/${{ env.RELEASE_NAME }}/include
         cd build
-        tar -czvf ./${{ env.RELEASE_NAME }}.tar.gz ./${{ env.RELEASE_NAME }}
+        tar -czvf ${{ env.RELEASE_NAME }}.tar.gz ${{ env.RELEASE_NAME }}
         
     - name: Upload Artifacts
       uses: actions/upload-artifact@v2