update ubuntu environment for XDG_DATA_DIR #152
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Create dotfiles | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
- main | |
- actions | |
- ci | |
- "releases/*" | |
jobs: | |
create-dotfiles: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ./ | |
with: | |
destination-directory: "$HOME/artifacts" | |
- uses: actions/upload-artifact@v3 | |
with: | |
name: dotfiles-${{ github.sha }} | |
path: ~/artifacts |