From 8a13478010c42d8593bb44eacd5d3345e1019cf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Kaan=20G=C3=9CM=C3=9C=C5=9E?= <96421894+Tahinli@users.noreply.github.com> Date: Sat, 14 Oct 2023 23:41:40 +0300 Subject: [PATCH] feat: Create rust_release.yml --- .github/workflows/rust_release.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/rust_release.yml diff --git a/.github/workflows/rust_release.yml b/.github/workflows/rust_release.yml new file mode 100644 index 0000000..1e518d7 --- /dev/null +++ b/.github/workflows/rust_release.yml @@ -0,0 +1,19 @@ +name: Rust Release +on: + push: + branches: [ "main" ] +jobs: + Download_then_Release: + runs-on: ubuntu-latest + permissions: + contents: write + steps: + + - uses: actions/download-artifact@v3 + - name: Download + with: + path: ~/Downloads/ + + - name: Display Downloads + run: ls -R + working-directory: ~/Downloads/