Parcourir la source

Update macos.yml

Ray il y a 5 ans
Parent
commit
5427e08c18
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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