From 9ca616fc47d0a3381c59440cafa303db1a49d594 Mon Sep 17 00:00:00 2001 From: soft as HELL Date: Thu, 25 Jan 2024 11:21:22 +0200 Subject: [PATCH] Test download --- .github/workflows/sourcemod-plugin.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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