diff --git a/.github/workflows/sourcemod-plugin.yml b/.github/workflows/sourcemod-plugin.yml index 6c040e5..746254d 100644 --- a/.github/workflows/sourcemod-plugin.yml +++ b/.github/workflows/sourcemod-plugin.yml @@ -54,9 +54,12 @@ jobs: - uses: actions/download-artifact@v4 with: name: compiled-plugins + path: release + - name: Display structure of downloaded files + run: ls -R - name: Release uses: softprops/action-gh-release@v1 with: tag_name: release files: | - compiled-plugins.zip \ No newline at end of file + ./release/*.zip \ No newline at end of file