feat: Create rust_release.yml

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2023-10-14 23:41:40 +03:00 committed by GitHub
parent 34af8b6dd8
commit 8a13478010
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
.github/workflows/rust_release.yml vendored Normal file
View file

@ -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/