diff --git a/.github/scripts/.gitkeep b/.github/scripts/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 17d0301..eef34fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,7 +59,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - upload_url: ${{ steps.create_release.outputs.upload_url }} + upload_url: ${{ steps.create-release.outputs.upload_url }} asset_path: ${{ github.workspace }}/release/linux/release.zip asset_name: just-some-graphics-${{ env.RELEASE_VERSION }}-linux.zip asset_content_type: application/zip @@ -70,7 +70,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - upload_url: ${{ steps.create_release.outputs.upload_url }} + upload_url: ${{ steps.create-release.outputs.upload_url }} asset_path: ${{ github.workspace }}/release/win32/release.zip asset_name: just-some-graphics-${{ env.RELEASE_VERSION }}-win64.zip # Yeah, it's actually a 64-bit binary asset_content_type: application/zip \ No newline at end of file diff --git a/libsrc/.gitkeep b/libsrc/.gitkeep new file mode 100644 index 0000000..e69de29